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: 2d4af89ef71c
Choose a base ref
...
head repository: jruby/jruby
compare: 03c0a85cb265
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on May 26, 2015

  1. [Truffle] Make liveModule of LexicalScope CompilationFinal.

    * It will be set before entering the scope actually using it.
    eregon committed May 26, 2015
    Configuration menu
    Copy the full SHA
    a2b7e24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2ec243 View commit details
    Browse the repository at this point in the history
  3. [Truffle] Remove (int,long) and (long,int) in FixnumNodes when there …

    …is a (long,long) specialization.
    
    * Because they are then just redundant with the implicit cast.
    eregon committed May 26, 2015
    Configuration menu
    Copy the full SHA
    03c0a85 View commit details
    Browse the repository at this point in the history