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: 60e0d88c9825
Choose a base ref
...
head repository: jruby/jruby
compare: da835c41222a
Choose a head ref
  • 5 commits
  • 10 files changed
  • 1 contributor

Commits on Jan 27, 2017

  1. Configuration menu
    Copy the full SHA
    8576d81 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    efea709 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    720f0e9 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    c4ee094 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da835c4 View commit details
    Browse the repository at this point in the history