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: 3a46dc146c60
Choose a base ref
...
head repository: jruby/jruby
compare: 2718f6023551
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 13, 2014

  1. Add new fake instr to hold intperpreter state. This instr is destined…

    … to only be instr 0 of the linearized instr list used only by the interpreter. It removes all remaining IRScope state knowledge from interpreter (not currently hooked up).
    enebo committed Oct 13, 2014
    Copy the full SHA
    645093e View commit details
    Browse the repository at this point in the history
  2. Boo. nested closures need unmolested parent scopes based on passes wh…

    …ich may replace parent variables with temp vars. We cannot use this simpler approach and will end up going the original full-clone route. Commented out cloning in prepareInstructions
    enebo committed Oct 13, 2014
    Copy the full SHA
    2718f60 View commit details
    Browse the repository at this point in the history