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: 12484922ef18
Choose a base ref
...
head repository: jruby/jruby
compare: 79ed30291fb8
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 18, 2015

  1. Make setIRScope and setScopeType simpler. This change makes me wonder…

    … how safe we are since not all
    
    constructed IRScope paths setIRScope.  In the case of evals it appears we only set IRScopeType.
    enebo committed Apr 18, 2015
    Copy the full SHA
    905afa0 View commit details
    Browse the repository at this point in the history
  2. IRPersistence via AOT was not properly recording nested scopes. To dr…

    …ive Ruby code to generate AOT
    
    code we need to create a separate IRManager and put it in dry run mode so it sets up lexical
    containment info.
    enebo committed Apr 18, 2015
    Copy the full SHA
    79ed302 View commit details
    Browse the repository at this point in the history