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: 967477f1c60e
Choose a base ref
...
head repository: jruby/jruby
compare: 20dbbeaed602
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 8, 2014

  1. Fix bug in LVA when running on closures directly.

    * LVA usually runs on method scopes and in that context, runs on
      all scopes nested in it.
    
    * But, 2689915 relaxed the constraint of running LVA on method
      scopes only as part of the series of commits to do more aggressive
      opts on blocks.
    
    * This patch fixes a bug in LVA when LVA runs on a closure directly
      after its dynscope has been eliminated.
    
    * We can now reorder DeadCodeElimination and OptimizeDynScopesPass
      in IRScope:optimizeSimpleScopes without crashing.
    subbuss committed Oct 8, 2014
    Copy the full SHA
    d0f5815 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4217d94 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    20dbbea View commit details
    Browse the repository at this point in the history