-
-
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: e00552eaaa41
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: a93ed52ff508
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 7 files changed
- 1 contributor
Commits on Nov 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 863f420 - Browse repository at this point
Copy the full SHA 863f420View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed97a60 - Browse repository at this point
Copy the full SHA ed97a60View commit details -
Configuration menu - View commit details
-
Copy full SHA for a425196 - Browse repository at this point
Copy the full SHA a425196View commit details -
Configuration menu - View commit details
-
Copy full SHA for cddeb58 - Browse repository at this point
Copy the full SHA cddeb58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d215bf - Browse repository at this point
Copy the full SHA 1d215bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a254fc - Browse repository at this point
Copy the full SHA 5a254fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8815c19 - Browse repository at this point
Copy the full SHA 8815c19View commit details -
move single-byte-optimizable check into strLengthFromRubyString
has been a source of slow-ness for usage such as the `str.index('...')` : before: ``` (('foo' * 100) + '012').index('01') [10000000x] 5.120000 0.040000 5.160000 ( 5.146903) ``` after: ``` (('foo' * 100) + '012').index('01') [10000000x] 2.280000 0.100000 2.380000 ( 2.374061) ``` 2.3.1: ``` (('foo' * 100) + '012').index('01') [10000000x] 1.950000 0.000000 1.950000 ( 1.955884) ```
Configuration menu - View commit details
-
Copy full SHA for 7e7cb5e - Browse repository at this point
Copy the full SHA 7e7cb5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5deedbd - Browse repository at this point
Copy the full SHA 5deedbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8febff9 - Browse repository at this point
Copy the full SHA 8febff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd8e670 - Browse repository at this point
Copy the full SHA dd8e670View commit details -
one adjustStartPos is enough; check() before field (avoids NPE)
also consintently use runtime local variable instead of getRuntime()
Configuration menu - View commit details
-
Copy full SHA for 2fcd310 - Browse repository at this point
Copy the full SHA 2fcd310View commit details -
Configuration menu - View commit details
-
Copy full SHA for a93ed52 - Browse repository at this point
Copy the full SHA a93ed52View commit details
There are no files selected for viewing