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: 82b27f2f8ca7
Choose a base ref
...
head repository: jruby/jruby
compare: 1359326e7eae
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 14, 2016

  1. [Truffle] Favor flattenBytes over extractRange.

    While generally extractRange should be fine and eliminates one extra level of rope unpeeling, since it currently force flattens the rope being extracted from, it's considerably more expensive that a flattenBytes operation that takes the bounds of the substring into account.
    nirvdrum committed Nov 14, 2016
    Copy the full SHA
    1c435d1 View commit details
    Browse the repository at this point in the history
  2. [Truffle] Added AOT-specific error-handling or workarounds for calls …

    …not available at runtime.
    nirvdrum committed Nov 14, 2016
    Copy the full SHA
    1359326 View commit details
    Browse the repository at this point in the history