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: 63a865baa9e8
Choose a base ref
...
head repository: jruby/jruby
compare: a4e929d983f6
Choose a head ref
  • 17 commits
  • 18 files changed
  • 1 contributor

Commits on Feb 5, 2015

  1. [Truffle] Remove dangerous methods of SafepointManager.

    * Otherwise calling size() becomes racy.
    eregon committed Feb 5, 2015
    Copy the full SHA
    f6526cd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ebbfa5a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    127dffd View commit details
    Browse the repository at this point in the history
  4. [Truffle] Signal handlers thread now become Ruby threads.

    * Otherwise we are bound to stop everyone else and execute arbitrary code for unlimited time.
      (and we would have to handle recursion in SafepointManager).
    eregon committed Feb 5, 2015
    Copy the full SHA
    05a5eda View commit details
    Browse the repository at this point in the history
  5. [Truffle] Run Safepoint actions outside the global lock.

    * If need serial order, they can just make their "accept" synchronized.
    eregon committed Feb 5, 2015
    Copy the full SHA
    44609b5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    cef9a1e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f243497 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    b02a252 View commit details
    Browse the repository at this point in the history
  9. [Truffle] Do not try to translate a StackOverflowError into an "inter…

    …nalError".
    
    * Also one must be very careful as no subcall should be done at that point.
    eregon committed Feb 5, 2015
    Copy the full SHA
    f5d7c5d View commit details
    Browse the repository at this point in the history
  10. [Truffle] Implement Comparable in Ruby.

    * Avoid infinite recursion between Comparable#== and Kernel#<=>.
    eregon committed Feb 5, 2015
    Copy the full SHA
    0f5a666 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    c03c97b View commit details
    Browse the repository at this point in the history
  12. [Truffle] Reorganize Exception classes.

    * Always inherit allocator from superclass if there is.
    eregon committed Feb 5, 2015
    Copy the full SHA
    4518b84 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    b2fb3d3 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    ec795eb View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    41a06ba View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    4d6bab4 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    a4e929d View commit details
    Browse the repository at this point in the history