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

Commits on Jan 27, 2017

  1. Copy the full SHA
    8576d81 View commit details
  2. - ensureInstrReady can assume IC has been generated but we still want to

      return it since IC is known to not eliminate any code (see comment in commit).
    - we access flags from FullIC since this will only be called after FullIC.
    enebo committed Jan 27, 2017
    Copy the full SHA
    efea709 View commit details
  3. - Add IRScope.getExecutionContext. This when merged with deopt branch…

    … will
    
      return either full or optimized IC.  For now we just return Full.
    - Change CompiledIRNoProtocolMethod to use new getExecutionContext in case
      we ever create this method with a speculative optimization (unlikely tho).
    enebo committed Jan 27, 2017
    Copy the full SHA
    720f0e9 View commit details
  4. - Move flags back to IC since FullIC inherits from it.

    - Fix a couple more uses to use flags from execution context.
    enebo committed Jan 27, 2017
    Copy the full SHA
    c4ee094 View commit details
  5. Copy the full SHA
    da835c4 View commit details
Loading