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

Commits on Nov 23, 2016

  1. Copy the full SHA
    a4b3300 View commit details
    Browse the repository at this point in the history
  2. [Truffle] We need to pass the updated receiver and arguments when rew…

    …riting to a RubyCallNode.
    
    * Otherwise the call node will get outdated receiver and arguments
      which might cause a rewrite loop as all rewrites happening before
      the call node rewrite will be lost.
    eregon committed Nov 23, 2016
    Copy the full SHA
    9d2cb83 View commit details
    Browse the repository at this point in the history
  3. [Truffle] Check if we already rewrote to a call node.

    * Avoid creating extra nodes and limits to a single rewrite.
    eregon committed Nov 23, 2016
    Copy the full SHA
    f63d3b1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f2c4cb4 View commit details
    Browse the repository at this point in the history
  5. [Truffle] No special case for LLVM errors.

    * The message will be shown anyway and it's more consistent.
    eregon committed Nov 23, 2016
    Copy the full SHA
    bb5186f View commit details
    Browse the repository at this point in the history