-
-
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: 03bc9c6043b4
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: 0dbe1b27549e
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 4 files changed
- 1 contributor
Commits on Mar 4, 2015
-
CFG.toStringInstrs: Don't dump CFG of nested scopes
* This can be extremely distracting in debugging output. * Users of CFG debug output that need output from nested scopes should explicitly do it where required.
Configuration menu - View commit details
-
Copy full SHA for 2e4c5f9 - Browse repository at this point
Copy the full SHA 2e4c5f9View commit details -
Build full interpreter contexts for closures on demand
* No need to build full ICs for closures eagerly. * Had to add some null checks for access to ICs in a couple places when I experimented turning off passes on nested scopes (LocalOptimizationPass, AddLocalVarLoadStoreInstructionsPass). Keeps that code more robust and usable in different lifecycles.
Configuration menu - View commit details
-
Copy full SHA for 6a8701b - Browse repository at this point
Copy the full SHA 6a8701bView commit details -
Make LVA dependent on OptimizeDynScopesPass
* If LVA is to run independently on closures (without parent scopes), it needs info about whether dyn scopes have been eliminated or not (see access to IRFlags.DYNSCOPE_ELIMINATED in the code). So, making that dependency explicit.
Configuration menu - View commit details
-
Copy full SHA for 0dbe1b2 - Browse repository at this point
Copy the full SHA 0dbe1b2View commit details
There are no files selected for viewing