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

Commits on Oct 31, 2014

  1. Turn off LocalOptimizationPass for the interpreter

    * In this experimental way we are building expression trees,
      we build it very early in the pipeline and passes that modify
      instructions by combining instructions, moving operands from
      one instruction to another (as the LocalOptimizaionPass does)
      breaks the semantics of the tree in the current form it is
      represented.
    
    * So, in the interest of experimenting to see how far this can be
      pushed, turning that off for now.
    subbuss committed Oct 31, 2014
    Copy the full SHA
    4eae2a6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    701181e View commit details
    Browse the repository at this point in the history