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: 746583b9a528
Choose a base ref
...
head repository: jruby/jruby
compare: 295fdb554412
Choose a head ref
  • 5 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 19, 2015

  1. Copy the full SHA
    cc4049a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d75119d View commit details
    Browse the repository at this point in the history
  3. [Truffle] Explicitly mentions the Specialization throws an Arithmetic…

    …Exception.
    
    * Avoids a Truffle DSL processor bug.
    eregon committed Jan 19, 2015
    Copy the full SHA
    dbb166d View commit details
    Browse the repository at this point in the history
  4. [Truffle] Add two abstractions in ThreadManager to run interruptible …

    …methods.
    
    * Most cases will want to repeat the action if it was interrupted.
    eregon committed Jan 19, 2015
    Copy the full SHA
    92201a2 View commit details
    Browse the repository at this point in the history
  5. [Truffle] Release GIL in Kernel#gets and use a BufferedReader.

    * Simpler to use and same functionality.
    * STDIN can only be interrupted after pressing RETURN in normal Java,
      and there is no reasonable/easy way to make a SelectableChannel for STDIN (JRuby uses FFI).
    eregon committed Jan 19, 2015
    Copy the full SHA
    295fdb5 View commit details
    Browse the repository at this point in the history