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: rubinius/rubinius
base: b6139e652067
Choose a base ref
...
head repository: rubinius/rubinius
compare: b0134e8097b9
Choose a head ref
  • 4 commits
  • 14 files changed
  • 1 contributor

Commits on Dec 23, 2014

  1. Revert "Removed most rubinius:bug calls from JIT."

    This reverts commit 2b12035.
    brixen committed Dec 23, 2014
    Copy the full SHA
    5c61993 View commit details
    Browse the repository at this point in the history
  2. Reworked handling JIT failures.

    The JIT should be completely transparent semantically. No JIT failure
    should change the operation of the program. This approach of using
    exceptions to abort during a JIT compile and handling the exception
    at the top of the JIT process should be used uniformly.
    brixen committed Dec 23, 2014
    Copy the full SHA
    b6016f4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1d34aa5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b0134e8 View commit details
    Browse the repository at this point in the history