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: da56754e6695
Choose a base ref
...
head repository: jruby/jruby
compare: 9003bdd06452
Choose a head ref
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Dec 22, 2014

  1. Implement correct semantics for record end block instruction

    * It shouldn't get registered with the top-level script scope in which
      the end-block is defined in since there can be multiple script
      scopes depending on requires. They should instead be registered
      with the runtime which already has code to handle this.
    
    * This automatically fixes (a) ordering issues (b) exception handling
      to match MRI semantics.
    
    * There are some other failures to work through, rip out existing code,
      and add JIT support.
    subbuss committed Dec 22, 2014
    Copy the full SHA
    40279f9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9003bdd View commit details
    Browse the repository at this point in the history