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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a01e700b1917^
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: baa518c8f006
Choose a head ref

Commits on Mar 10, 2016

  1. Copy the full SHA
    9169d68 View commit details
  2. Copy the full SHA
    8217ca1 View commit details
  3. [Truffle] Optimize Float#**.

    eregon committed Mar 10, 2016
    Copy the full SHA
    9b1ae22 View commit details
  4. deprecate ThreadContext's createBacktrace2 in favor of getBacktrace

    ... not really "creating" the backtrace - simply returning raw tracked backtrace elements
    kares committed Mar 10, 2016
    Copy the full SHA
    f060c79 View commit details
  5. fix double incrementing caller count + allow for raw backtrace retrie…

    …val for given level
    kares committed Mar 10, 2016
    Copy the full SHA
    380c399 View commit details
  6. Copy the full SHA
    28082e3 View commit details
  7. Copy the full SHA
    7ff4055 View commit details
  8. Copy the full SHA
    d4882b5 View commit details
  9. Copy the full SHA
    e3ce8b2 View commit details
  10. Copy the full SHA
    a01e700 View commit details
  11. Copy the full SHA
    7d789a5 View commit details

Commits on Mar 11, 2016

  1. Fix typo.

    headius committed Mar 11, 2016
    Copy the full SHA
    7d55423 View commit details
  2. Copy the full SHA
    6022c1d View commit details
  3. Copy the full SHA
    224e630 View commit details
  4. Various improvements for Java class "initializers".

    * Use ClassValue to cache reflection arrays, avoiding clones.
    * Avoid using implicit for-loop Iterator when numeric works.
    * Reduce use of intermediate collections.
    headius committed Mar 11, 2016
    Copy the full SHA
    47b5d80 View commit details
  5. Improvements to runtime annotated method binding.

    * Cache declared methods as in Initializer.
    * Cache TypePopulator instance since some classes are used to
      populate multiple Ruby types.
    headius committed Mar 11, 2016
    Copy the full SHA
    9a48f70 View commit details
  6. Copy the full SHA
    3c11289 View commit details
  7. Add jit.kernel property to enable jit during kernel boot.

    Useful with -Xjit.threshold=0 to see kernel in boot stacktrace.
    headius committed Mar 11, 2016
    Copy the full SHA
    1006732 View commit details
  8. Cut out middle-man and use FrozenString here.

    Also add Stringable interface to FrozenString and StringLiteral
    so they can be used interchangeably when only the java.lang.String
    is needed.
    headius committed Mar 11, 2016
    Copy the full SHA
    5924a3b View commit details
  9. Copy the full SHA
    7f224e4 View commit details
  10. Copy the full SHA
    baa518c View commit details
Loading