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: 72dc8b41996d
Choose a base ref
...
head repository: jruby/jruby
compare: 967477f1c60e
Choose a head ref
  • 5 commits
  • 11 files changed
  • 1 contributor

Commits on Oct 8, 2014

  1. Fix minor issue with CompilerPass.java

    * This doesn't affect correctness, but use the right signature.
    subbuss committed Oct 8, 2014
    Copy the full SHA
    a7e6f8b View commit details
    Browse the repository at this point in the history
  2. Change signature of CompilerPass.invalidate

    * Return true/false depending on whether invalidation is possible
      or not.
    subbuss committed Oct 8, 2014
    Copy the full SHA
    6c4f956 View commit details
    Browse the repository at this point in the history
  3. Fixes to resetState in IRScope + invalidation in compiler passes.

    * Use the new shiny invalidation method to reset state properly.
    subbuss committed Oct 8, 2014
    Copy the full SHA
    2c02985 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    201ba1c View commit details
    Browse the repository at this point in the history
  5. Minor tweak.

    * That last computeScopeFlags in prepareForCompilation should not
      be necessary.
    subbuss committed Oct 8, 2014
    Copy the full SHA
    967477f View commit details
    Browse the repository at this point in the history