-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: d1165f2f87ab
head repository: jruby/jruby
compare: d6e8d1f51019
Commits on Apr 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 29fbd9e - Browse repository at this point
Copy the full SHA 29fbd9eView commit details
Commits on Apr 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d56e17e - Browse repository at this point
Copy the full SHA d56e17eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 754ffda - Browse repository at this point
Copy the full SHA 754ffdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5dec24 - Browse repository at this point
Copy the full SHA c5dec24View commit details -
[Truffle] Allow flattenBytes to short-circuit for any rope that alrea…
…dy has its byte array populated.
Configuration menu - View commit details
-
Copy full SHA for c22dfd0 - Browse repository at this point
Copy the full SHA c22dfd0View commit details -
[Truffle] All rope bytes will start at offset 0.
The code that was here was placeholder code for algorithms converted from ByteList. The idea was something like SubstringRope could share its raw bytes with its child, and then alter its 'begin' value to demarcate its real portion of the underlying byte array. While there may be real benefits to that level of byte sharing, it complicates all code that must work with the bytes. And we've already assumed the 'begin' value is 0 in several places. Should we wish to revisit the byte sharing, it's probably best done in the context of a specialized node for whatever operation.
Configuration menu - View commit details
-
Copy full SHA for 7f8d612 - Browse repository at this point
Copy the full SHA 7f8d612View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93a98da - Browse repository at this point
Copy the full SHA 93a98daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e80cdb - Browse repository at this point
Copy the full SHA 0e80cdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8037c76 - Browse repository at this point
Copy the full SHA 8037c76View commit details -
Configuration menu - View commit details
-
Copy full SHA for b12ab7c - Browse repository at this point
Copy the full SHA b12ab7cView commit details -
[Truffle] Short cut the encoding compatibility check when doing Strin…
…g#+ and specialise for the common case of UTF8 (literal) + USASCII (runtime) in either order.
Configuration menu - View commit details
-
Copy full SHA for 9320450 - Browse repository at this point
Copy the full SHA 9320450View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e590ec - Browse repository at this point
Copy the full SHA 7e590ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87dbb7f - Browse repository at this point
Copy the full SHA 87dbb7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55bd814 - Browse repository at this point
Copy the full SHA 55bd814View commit details
Commits on Apr 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 45b9937 - Browse repository at this point
Copy the full SHA 45b9937View commit details -
Configuration menu - View commit details
-
Copy full SHA for 373c847 - Browse repository at this point
Copy the full SHA 373c847View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7061e7 - Browse repository at this point
Copy the full SHA c7061e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b37709 - Browse repository at this point
Copy the full SHA 3b37709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79ea1cb - Browse repository at this point
Copy the full SHA 79ea1cbView commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 6d95105 - Browse repository at this point
Copy the full SHA 6d95105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44af462 - Browse repository at this point
Copy the full SHA 44af462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fbd039 - Browse repository at this point
Copy the full SHA 7fbd039View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0481ebf - Browse repository at this point
Copy the full SHA 0481ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d397c - Browse repository at this point
Copy the full SHA 40d397cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f25c43 - Browse repository at this point
Copy the full SHA 2f25c43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5615efc - Browse repository at this point
Copy the full SHA 5615efcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c9ed22 - Browse repository at this point
Copy the full SHA 8c9ed22View commit details -
Merge pull request #3791 from chyh1990/add_ir_writing_dyn
Add option to enable ir writing on-the-fly
Configuration menu - View commit details
-
Copy full SHA for fcf3451 - Browse repository at this point
Copy the full SHA fcf3451View commit details -
[Truffle] Various small improvements for ArrayStrategy.
* ArrayStrategy.of(array, value) returns the strategy of the array storage. * Let LongIntArrayStrategy inherit from LongArrayStrategy. * Allow NullArrayStrategy to generalize. * Show storage type in unsupported.
Configuration menu - View commit details
-
Copy full SHA for e8fffcb - Browse repository at this point
Copy the full SHA e8fffcbView commit details -
[Truffle] Fix typo in ArrayAppendOneNode guards.
* Make sure it only handles cases that need generalization.
Configuration menu - View commit details
-
Copy full SHA for 5f0cea5 - Browse repository at this point
Copy the full SHA 5f0cea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6f0234 - Browse repository at this point
Copy the full SHA c6f0234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a218e4 - Browse repository at this point
Copy the full SHA 4a218e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0384576 - Browse repository at this point
Copy the full SHA 0384576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dc7054 - Browse repository at this point
Copy the full SHA 5dc7054View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7a7e29 - Browse repository at this point
Copy the full SHA a7a7e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ab3c3 - Browse repository at this point
Copy the full SHA b1ab3c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 443bc79 - Browse repository at this point
Copy the full SHA 443bc79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1efb430 - Browse repository at this point
Copy the full SHA 1efb430View commit details -
Merge pull request #3803 from jruby/truffle-cext-sketch
Truffle cext sketch
Configuration menu - View commit details
-
Copy full SHA for fce464d - Browse repository at this point
Copy the full SHA fce464dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e1264c - Browse repository at this point
Copy the full SHA 6e1264cView commit details -
Merge branch 'master' into truffle-head
# Conflicts: # tool/jt.rb # truffle/src/main/java/org/jruby/truffle/language/RubyNode.java
Configuration menu - View commit details
-
Copy full SHA for d6e8d1f - Browse repository at this point
Copy the full SHA d6e8d1fView commit details
There are no files selected for viewing