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: ac82a4f0cde4^
Choose a base ref
...
head repository: jruby/jruby
compare: 5dcfb9fb9289
Choose a head ref
  • 2 commits
  • 12 files changed
  • 1 contributor

Commits on Dec 18, 2016

  1. Copy the full SHA
    ac82a4f View commit details
    Browse the repository at this point in the history
  2. [Truffle] Updated przlib to use Rubinius::ByteArray.

    Prior to this change, przlib used Strings as byte buffers. This owes a lot to the legacy of Ruby Strings being litle more than dumb byte arrays in Ruby < 1.9. However, these usage patterns do not work terribly well with alternative String representations, such as ropes. By switching to a dedicated byte buffer type we can achive much better performance than with rope-backed Strings and use a more suitable API.
    nirvdrum committed Dec 18, 2016
    Copy the full SHA
    5dcfb9f View commit details
    Browse the repository at this point in the history