Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d23886bd7067
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 963d34365e0e
Choose a head ref
  • 2 commits
  • 10 files changed
  • 1 contributor

Commits on Aug 5, 2015

  1. Move NativeCall stuff down to JavaMethod.

    Only methods down-hierarchy from JavaMethod ever actually have
    NativeCall so the extra size in all DynamicMethod subclasses is
    unnecessary.
    headius committed Aug 5, 2015
    Copy the full SHA
    edc0cb5 View commit details
  2. Replace Visibility enum reference with a byte ordinal.

    This is for space-saving on the root class of all methods in the
    system.
    headius committed Aug 5, 2015
    Copy the full SHA
    963d343 View commit details
Loading