-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 92f09c43ee89
head repository: jruby/jruby
compare: ecc8c4988083
Commits on Sep 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bec3e5d - Browse repository at this point
Copy the full SHA bec3e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c901a - Browse repository at this point
Copy the full SHA 14c901aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a657ad - Browse repository at this point
Copy the full SHA 4a657adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 864a3a6 - Browse repository at this point
Copy the full SHA 864a3a6View commit details -
[Truffle] All known encoding names are US-ASCII.
While it's possible in theory to have a new encoding using non-ASCII names, all of the ones in jCodings are US-ASCII and MRI returns US-ASCII for the names of each encoding. Switching to US-ASCII avoids a code range scan, since an ASCII-8BIT string can be either CR_7BIT or CR_VALID, while US-ASCII can only be CR_7BIT. Also, since the jCodings names can't change, there's no need to make a defensive copy here, so we can do away with the unnecessary ByteList allocation.
Configuration menu - View commit details
-
Copy full SHA for c7fdb07 - Browse repository at this point
Copy the full SHA c7fdb07View commit details -
[Truffle] Removed unnecessary ByteList allocation.
This also avoids the defensive copy of memory we make when converting a rope to a ByteList.
Configuration menu - View commit details
-
Copy full SHA for 6dc0f91 - Browse repository at this point
Copy the full SHA 6dc0f91View commit details
Commits on Sep 13, 2016
-
[Truffle] Avoid calling toString on ropes.
These calls are expensive and it's hard to track them down if they're left as the general `toString`.
Configuration menu - View commit details
-
Copy full SHA for 66a5894 - Browse repository at this point
Copy the full SHA 66a5894View commit details -
[Truffle] Store the cwd in the ropes table.
The cwd is unlikely to change much in a program but is used frequently when expanding paths.
Configuration menu - View commit details
-
Copy full SHA for 371cf62 - Browse repository at this point
Copy the full SHA 371cf62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ec720 - Browse repository at this point
Copy the full SHA 53ec720View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7b6cd7 - Browse repository at this point
Copy the full SHA d7b6cd7View commit details -
[Truffle] Make set_trac_func invalidates an Assumption which InlinedC…
…oreMethodNode can check.
Configuration menu - View commit details
-
Copy full SHA for 55a9641 - Browse repository at this point
Copy the full SHA 55a9641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d63ce - Browse repository at this point
Copy the full SHA 92d63ceView commit details -
Revert "[Truffle] Disable ecosystem tests for now."
This reverts commit fb568f7.
Configuration menu - View commit details
-
Copy full SHA for c1f1065 - Browse repository at this point
Copy the full SHA c1f1065View commit details -
[Truffle] Remove buggy condition for visibility when looking methods.
* It also makes some actionmodel test fail.
Configuration menu - View commit details
-
Copy full SHA for e13b2ce - Browse repository at this point
Copy the full SHA e13b2ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c15561 - Browse repository at this point
Copy the full SHA 6c15561View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5810139 - Browse repository at this point
Copy the full SHA 5810139View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd65c86 - Browse repository at this point
Copy the full SHA fd65c86View commit details -
Configuration menu - View commit details
-
Copy full SHA for df53381 - Browse repository at this point
Copy the full SHA df53381View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6db635e - Browse repository at this point
Copy the full SHA 6db635eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c12b8 - Browse repository at this point
Copy the full SHA 37c12b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a08620f - Browse repository at this point
Copy the full SHA a08620fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80eda52 - Browse repository at this point
Copy the full SHA 80eda52View commit details
Commits on Sep 14, 2016
-
[Truffle] Merge branch 'truffle-head' into truffle-check-funcall
Brandon Fish committedSep 14, 2016 Configuration menu - View commit details
-
Copy full SHA for 9cdf736 - Browse repository at this point
Copy the full SHA 9cdf736View commit details -
[Truffle] Remove running property, update InlineMethod constructor, r…
…ename param
Brandon Fish committedSep 14, 2016 Configuration menu - View commit details
-
Copy full SHA for ecc8c49 - Browse repository at this point
Copy the full SHA ecc8c49View commit details
There are no files selected for viewing