-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 9fced1e1adc0
head repository: jruby/jruby
compare: e4ae7f0d0922
Commits on Jul 8, 2015
-
System.gc() is async, do not attempt to invoke it and retry sysopen a…
…s it will always fail
Configuration menu - View commit details
-
Copy full SHA for 3c87565 - Browse repository at this point
Copy the full SHA 3c87565View commit details
Commits on Sep 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f3f3602 - Browse repository at this point
Copy the full SHA f3f3602View commit details
Commits on Oct 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9ea4980 - Browse repository at this point
Copy the full SHA 9ea4980View commit details
Commits on Sep 3, 2016
-
fix File.dirname with backslashes in unix
Daniel Smith committedSep 3, 2016 Configuration menu - View commit details
-
Copy full SHA for aef4bad - Browse repository at this point
Copy the full SHA aef4badView commit details
Commits on Sep 15, 2016
-
Format initial string to specific precision, so rounding works.
The logic in our double-based sprintf logic attempts to round values manually by inspecting a long-form version of the double. If we need to round, and the next digit is a five, it will round toward zero (truncate) iff that five is the last digit in the long unrounded string. This appears to have been an attempt to mimic C printf's behavior of rounding "true half" to even in the presence of inaccurately-represented IEEE754 decimals. This commit changes the pre-formatting to actually format with the specified precision, allowing NumberFormat's default HALF_EVEN logic to to the work for us. Fixes #4157.
Configuration menu - View commit details
-
Copy full SHA for 6cef061 - Browse repository at this point
Copy the full SHA 6cef061View commit details
Commits on Sep 24, 2016
-
Merge remote-tracking branch 'upstream/master' into dirname-with-back…
…slash-on-unix
Daniel Smith committedSep 24, 2016 Configuration menu - View commit details
-
Copy full SHA for db355da - Browse repository at this point
Copy the full SHA db355daView commit details -
Fix File.dirname on Windows (including UNC)
Daniel Smith committedSep 24, 2016 Configuration menu - View commit details
-
Copy full SHA for f20829c - Browse repository at this point
Copy the full SHA f20829cView commit details
Commits on Sep 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f20c60b - Browse repository at this point
Copy the full SHA f20c60bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0e2b1f - Browse repository at this point
Copy the full SHA a0e2b1fView commit details -
4
Configuration menu - View commit details
-
Copy full SHA for ffa06d3 - Browse repository at this point
Copy the full SHA ffa06d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87e05cc - Browse repository at this point
Copy the full SHA 87e05ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c394026 - Browse repository at this point
Copy the full SHA c394026View commit details -
[Truffle] JT: use exec() for the ruby command.
* Let #run use system() so it can be composed and invoked multiple times.
Configuration menu - View commit details
-
Copy full SHA for 293c528 - Browse repository at this point
Copy the full SHA 293c528View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddf8eb3 - Browse repository at this point
Copy the full SHA ddf8eb3View commit details -
[Truffle] Start implementing Module#deprecate_constant
Brandon Fish committedSep 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 6141e30 - Browse repository at this point
Copy the full SHA 6141e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for d66840a - Browse repository at this point
Copy the full SHA d66840aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 595ad5d - Browse repository at this point
Copy the full SHA 595ad5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef6dd49 - Browse repository at this point
Copy the full SHA ef6dd49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55783f9 - Browse repository at this point
Copy the full SHA 55783f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7156867 - Browse repository at this point
Copy the full SHA 7156867View commit details -
Configuration menu - View commit details
-
Copy full SHA for b103a3f - Browse repository at this point
Copy the full SHA b103a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b286bbc - Browse repository at this point
Copy the full SHA b286bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 949f814 - Browse repository at this point
Copy the full SHA 949f814View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc0f782 - Browse repository at this point
Copy the full SHA dc0f782View commit details -
[Truffle] Add WarnNode, code formatting
Brandon Fish committedSep 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 95c3463 - Browse repository at this point
Copy the full SHA 95c3463View commit details
Commits on Sep 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c0f8c56 - Browse repository at this point
Copy the full SHA c0f8c56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fa0791 - Browse repository at this point
Copy the full SHA 0fa0791View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51fc181 - Browse repository at this point
Copy the full SHA 51fc181View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 4b5ec26 - Browse repository at this point
Copy the full SHA 4b5ec26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b19ba4 - Browse repository at this point
Copy the full SHA 1b19ba4View commit details
Commits on Sep 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 779460d - Browse repository at this point
Copy the full SHA 779460dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a19181f - Browse repository at this point
Copy the full SHA a19181fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 427fc50 - Browse repository at this point
Copy the full SHA 427fc50View commit details -
[Truffle] Module#deprecate_constant add profiles/boundaries to Lookup…
… nodes
Brandon Fish committedSep 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 6ab74ed - Browse repository at this point
Copy the full SHA 6ab74edView commit details -
[Truffle] Module#deprecate_constant move profiles to uncached nodes
Brandon Fish committedSep 29, 2016 Configuration menu - View commit details
-
Copy full SHA for dc20ea8 - Browse repository at this point
Copy the full SHA dc20ea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b406d5 - Browse repository at this point
Copy the full SHA 8b406d5View commit details -
Merge pull request #4179 from jruby/truffle-module-deprecate-constant
[Truffle] Module#deprecate_constant
Configuration menu - View commit details
-
Copy full SHA for 439882b - Browse repository at this point
Copy the full SHA 439882bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d40fd5 - Browse repository at this point
Copy the full SHA 2d40fd5View commit details
Commits on Sep 30, 2016
-
Inspect directly into a RubyString and avoid StringBuilder/char[].
This should reduce the overhead of inspecting by avoiding the intermediate StringBuilder/char[] and subsequent conversion to byte[]. There are a few extra objects created along the way (java.lang.String.getBytes, RubyString for class name, etc) but overall memory use should reduce around 3x: a US-ASCII string would need 2x byte size in the StringBuilder, and the builder is still alive when we create the eventual byte[] for a total of 3x max memory use during inspect. Relates to #4127, but does not constitute a fix for memory issues there.
Configuration menu - View commit details
-
Copy full SHA for a40621d - Browse repository at this point
Copy the full SHA a40621dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8131146 - Browse repository at this point
Copy the full SHA 8131146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa17d6 - Browse repository at this point
Copy the full SHA 5fa17d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9300d4 - Browse repository at this point
Copy the full SHA b9300d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e092232 - Browse repository at this point
Copy the full SHA e092232View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd47b14 - Browse repository at this point
Copy the full SHA cd47b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 297ac22 - Browse repository at this point
Copy the full SHA 297ac22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a37a2d - Browse repository at this point
Copy the full SHA 0a37a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d9fee8 - Browse repository at this point
Copy the full SHA 7d9fee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f75ad9 - Browse repository at this point
Copy the full SHA 1f75ad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea6de2 - Browse repository at this point
Copy the full SHA 2ea6de2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 738d9ed - Browse repository at this point
Copy the full SHA 738d9edView commit details
There are no files selected for viewing
This file was deleted.