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
base: b64c383399e2
Choose a base ref
...
head repository: jruby/jruby
compare: 2d95d471d61c
Choose a head ref
  • 5 commits
  • 14 files changed
  • 1 contributor

Commits on Jan 8, 2015

  1. [Truffle] Check visibility only in AddMethodNode, not in MethodDefini…

    …tionNode.
    
    * Blocks don't need visibility.
    * Remove now unused ignoreLocalVisibility superseeded by per-frame visibility.
    eregon committed Jan 8, 2015
    Copy the full SHA
    09af835 View commit details
    Browse the repository at this point in the history
  2. [Truffle] Prefer SetMethodDeclarationContext to SetFrameVisibilityNode.

    * Remove TranslatorEnvironment.addMethodDeclarationSlots.
    eregon committed Jan 8, 2015
    Copy the full SHA
    4182c8c View commit details
    Browse the repository at this point in the history
  3. [Truffle] Remove eval-like methods variants without NodeWrapper.

    * The vast majority of cases should have a wrapper for method definition
      and it is easy enough to give NodeWrapper.IDENTITY.
    eregon committed Jan 8, 2015
    Copy the full SHA
    6c42cc3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f0bc034 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2d95d47 View commit details
    Browse the repository at this point in the history