-
-
Notifications
You must be signed in to change notification settings - Fork 925
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: 967477f1c60e
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20dbbeaed602
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 2 files changed
- 1 contributor
Commits on Oct 8, 2014
-
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.
Configuration menu - View commit details
-
Copy full SHA for d0f5815 - Browse repository at this point
Copy the full SHA d0f5815View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4217d94 - Browse repository at this point
Copy the full SHA 4217d94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20dbbea - Browse repository at this point
Copy the full SHA 20dbbeaView commit details
There are no files selected for viewing