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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 377d8bc10488
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 675a56d4341d
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 7, 2016

  1. Address FIXMEs in LocalOptimizationPass

    Removed some old conservative code. This should get rid
    of more spurious copies (that were probably being handled
    by OptimizeTempVarsPass that has been removed since).
    subbuss committed Jun 7, 2016
    Copy the full SHA
    d41fac5 View commit details
  2. Replace EnsureTempsAssignedPass with AddMissingInitsPass

    * Actually compute vars that might be undefined in a scope and
      add those initializers to the entry BB.
    subbuss committed Jun 7, 2016
    Copy the full SHA
    675a56d View commit details
Loading