-
-
Notifications
You must be signed in to change notification settings - Fork 925
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: ab7b0a06e1c9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7a0a5aaba4ff
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 9 files changed
- 1 contributor
Commits on Mar 5, 2016
-
[Truffle] Pass the correct encoding through to Rubinius::Mirror::Stri…
…ng#splice. Prior to this change, it was expected the caller would splice a string and then set the correct encoding for the final product. In the time in between, the String could be invalid. When we simply modified the underlying byte[] this was an acceptable trade-off. However, now that we're using ropes, it's possible the splice operation ends up using a bad specialized version of a rope operation, as the rope operations are encoding-aware.
Configuration menu - View commit details
-
Copy full SHA for 127d742 - Browse repository at this point
Copy the full SHA 127d742View commit details -
[Truffle] Added a single-byte rope cache.
This cuts down creating duplicate ropes for common cases such as indexing into a byte-optimizable String.
Configuration menu - View commit details
-
Copy full SHA for 7fbb658 - Browse repository at this point
Copy the full SHA 7fbb658View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a0a5aa - Browse repository at this point
Copy the full SHA 7a0a5aaView commit details
There are no files selected for viewing