-
-
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: ff976ff65f15^
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: d5e587fffc4d
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 14 files changed
- 1 contributor
Commits on Aug 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ff976ff - Browse repository at this point
Copy the full SHA ff976ffView commit details -
[Truffle] Replaced calls to Regexp.last_match= with a direct primitiv…
…e invoke to cut out an extra frame.
Configuration menu - View commit details
-
Copy full SHA for 29f2fff - Browse repository at this point
Copy the full SHA 29f2fffView commit details -
[Truffle] Simplified the RegexpNodes#matchCommon call a bit by removi…
…ng support for 'operator' mode.
Configuration menu - View commit details
-
Copy full SHA for ef82719 - Browse repository at this point
Copy the full SHA ef82719View commit details -
[Truffle] Made $~ and related global variables frame-local.
Prior to this change we treated $~ as thread-local. While that worked in many cases, it did mean that the match data lived longer than it should. Fixing this is a bit tricky because generally the match data should not propagate up the call stack beyond the caller, but we implement much of our core library in Ruby itself. So we must propagate values back to the user's call, and then cease propagating up the call stack.
Configuration menu - View commit details
-
Copy full SHA for 9120332 - Browse repository at this point
Copy the full SHA 9120332View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e587f - Browse repository at this point
Copy the full SHA d5e587fView commit details
There are no files selected for viewing