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: a683daa690eb
Choose a base ref
...
head repository: jruby/jruby
compare: 3df96ddf4f65
Choose a head ref
  • 7 commits
  • 11 files changed
  • 1 contributor

Commits on Mar 6, 2015

  1. Copy the full SHA
    a4d2067 View commit details
    Browse the repository at this point in the history
  2. [Truffle] Allow DISPATCH_POLYMORPHIC_MAX CachedYieldDispatchNode.

    * And not DISPATCH_POLYMORPHIC_MAX - 1.
    eregon committed Mar 6, 2015
    Copy the full SHA
    94f406f View commit details
    Browse the repository at this point in the history
  3. [Truffle] Make doUnboxedObject/doRubyBasicObject return a DispatchNode.

    * Less duplication of the call to executeDispatch().
    eregon committed Mar 6, 2015
    Copy the full SHA
    93e30e9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    92aa918 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    43c075a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b8385e5 View commit details
    Browse the repository at this point in the history
  7. [Truffle] Make DispatchNode rewriting thread-safe.

    * By re-reading under the lock the chain and checking if some other thread added
      a matching specilization. If that fails, we can rewrite safely rewrite.
    eregon committed Mar 6, 2015
    Copy the full SHA
    3df96dd View commit details
    Browse the repository at this point in the history