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

Commits on Sep 29, 2014

  1. Ensure that closure cfg is built before running LVA on them.

    * We need to redo some of the dependency business, but for now,
      this does the trick.
    
    * Discovered by running rubyspecs with passes:
      OptimizeTempVarsPass,LocalOptimizationPass,DeadCodeElimination,LinearizeCFG
    subbuss committed Sep 29, 2014
    Copy the full SHA
    141e995 View commit details
    Browse the repository at this point in the history
  2. Fix default JIT passes in IRManager

    * Accidentally left behind in an older commit.
    subbuss committed Sep 29, 2014
    Copy the full SHA
    c7a3739 View commit details
    Browse the repository at this point in the history