-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 64213e6b1903
head repository: jruby/jruby
compare: dff5cee6dc79
Commits on Nov 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 04418a3 - Browse repository at this point
Copy the full SHA 04418a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c5f637 - Browse repository at this point
Copy the full SHA 5c5f637View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9650ee - Browse repository at this point
Copy the full SHA d9650eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa48f45 - Browse repository at this point
Copy the full SHA fa48f45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a53a79 - Browse repository at this point
Copy the full SHA 4a53a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b1f54 - Browse repository at this point
Copy the full SHA b4b1f54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03dab04 - Browse repository at this point
Copy the full SHA 03dab04View commit details
Commits on Nov 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 394ba8f - Browse repository at this point
Copy the full SHA 394ba8fView commit details
Commits on Nov 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5515feb - Browse repository at this point
Copy the full SHA 5515febView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd5c418 - Browse repository at this point
Copy the full SHA dd5c418View commit details -
Add Save/RestoreBindingVisibilityInstr required for block execution
* Execution plugged into InterpreterEngine. * No IR generated yet.
Configuration menu - View commit details
-
Copy full SHA for 8e5f3e9 - Browse repository at this point
Copy the full SHA 8e5f3e9View commit details
Commits on Nov 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ff8306a - Browse repository at this point
Copy the full SHA ff8306aView commit details -
Added one more instruction towards IR-instr based block invocation
* Hooked up with interpreter.
Configuration menu - View commit details
-
Copy full SHA for d807cb2 - Browse repository at this point
Copy the full SHA d807cb2View commit details -
[Truffle] raise ArgumentError when Float is passed to BigDecimal.new …
…without precision
Configuration menu - View commit details
-
Copy full SHA for f6db901 - Browse repository at this point
Copy the full SHA f6db901View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a29011 - Browse repository at this point
Copy the full SHA 4a29011View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e47e1 - Browse repository at this point
Copy the full SHA a5e47e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a4f37 - Browse repository at this point
Copy the full SHA b5a4f37View commit details -
[Truffle] Do the copy ourselves in StringLiteralNode to keep the new …
…byte[] constant.
Configuration menu - View commit details
-
Copy full SHA for 78d7f16 - Browse repository at this point
Copy the full SHA 78d7f16View commit details -
[Truffle] Remove the hashCode check in String#== as currently it migh…
…t require extra traversals.
Configuration menu - View commit details
-
Copy full SHA for 90fb2b7 - Browse repository at this point
Copy the full SHA 90fb2b7View commit details
Commits on Nov 30, 2015
-
Initial steps towards specialized block args preparation
* This should eliminate a lot of useless overhead for the common case scenarios. * Still a whole bunch of work to be done + more specialized instructions to be created.
Configuration menu - View commit details
-
Copy full SHA for b0d2fc4 - Browse repository at this point
Copy the full SHA b0d2fc4View commit details -
[Truffle] Reuse our translateDummyAssignment and read/write ivar do n…
…ot need to be convertible to one another.
Configuration menu - View commit details
-
Copy full SHA for 673f26c - Browse repository at this point
Copy the full SHA 673f26cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d08c0 - Browse repository at this point
Copy the full SHA a5d08c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 178fc3d - Browse repository at this point
Copy the full SHA 178fc3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9893ba5 - Browse repository at this point
Copy the full SHA 9893ba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a91f71 - Browse repository at this point
Copy the full SHA 4a91f71View commit details -
Configuration menu - View commit details
-
Copy full SHA for a40ae60 - Browse repository at this point
Copy the full SHA a40ae60View commit details -
Configuration menu - View commit details
-
Copy full SHA for c53cd40 - Browse repository at this point
Copy the full SHA c53cd40View commit details
Commits on Dec 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e593a98 - Browse repository at this point
Copy the full SHA e593a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf0dbf4 - Browse repository at this point
Copy the full SHA bf0dbf4View commit details -
[Truffle] Only get the caller frame if we need it in RegexpNodes.matc…
…hCommon(). * Fixes compilation issues of most gsub/gsub! and such.
Configuration menu - View commit details
-
Copy full SHA for 239a233 - Browse repository at this point
Copy the full SHA 239a233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b1a0fd - Browse repository at this point
Copy the full SHA 8b1a0fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d284aa - Browse repository at this point
Copy the full SHA 8d284aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7455d05 - Browse repository at this point
Copy the full SHA 7455d05View commit details
Commits on Dec 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d9f8005 - Browse repository at this point
Copy the full SHA d9f8005View commit details -
[Truffle] Resolve TruffleBoundary/VirtualFrame conflict and make all …
…LoadError have a @path.
Configuration menu - View commit details
-
Copy full SHA for 4ac7662 - Browse repository at this point
Copy the full SHA 4ac7662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f18c0d - Browse repository at this point
Copy the full SHA 3f18c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14a18b1 - Browse repository at this point
Copy the full SHA 14a18b1View commit details -
[Truffle] Run the VerifyTruffleProcessor to detect TruffleBoundary/Vi…
…rtualFrame conflicts at compilation time from maven.
1Configuration menu - View commit details
-
Copy full SHA for 7091d23 - Browse repository at this point
Copy the full SHA 7091d23View commit details -
[Truffle] Simplify ReadHeadObjectFieldNode and ReadInstanceVariableNode.
* Does potentially boxing but in the interpreter values are getting boxed across calls anyway.
Configuration menu - View commit details
-
Copy full SHA for 511b580 - Browse repository at this point
Copy the full SHA 511b580View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7457dde - Browse repository at this point
Copy the full SHA 7457ddeView commit details -
[Truffle] Clean up Fixnum#{<<,>>}.
* Proper types, no transfer, lower the rhs before the node.
Configuration menu - View commit details
-
Copy full SHA for f91a591 - Browse repository at this point
Copy the full SHA f91a591View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7c9e30 - Browse repository at this point
Copy the full SHA c7c9e30View commit details
Commits on Dec 3, 2015
-
[Truffle] Lower parameters to int or let the implicit cast to long.
* Fixes lowerFixnumParameters on shift nodes.
Configuration menu - View commit details
-
Copy full SHA for f01511d - Browse repository at this point
Copy the full SHA f01511dView commit details -
[Truffle] Do not contain other specializations in Fixnum#&.
* Otherwise it gets to long in all cases in pure interpreter.
Configuration menu - View commit details
-
Copy full SHA for 92288e6 - Browse repository at this point
Copy the full SHA 92288e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a5fe17 - Browse repository at this point
Copy the full SHA 5a5fe17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4168709 - Browse repository at this point
Copy the full SHA 4168709View commit details -
[Truffle] Make sure the @Mask is a int in the Fixnum#& spec.
* Since in interpreter nodes are not split, either of the two operations might return long.
Configuration menu - View commit details
-
Copy full SHA for f2f03cd - Browse repository at this point
Copy the full SHA f2f03cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b1b6ae - Browse repository at this point
Copy the full SHA 5b1b6aeView commit details -
[Truffle] Use ConditionProfile in FixnumOrBignumNode.
* May also omit the BigInteger case in compiled code now.
Configuration menu - View commit details
-
Copy full SHA for 1dacc10 - Browse repository at this point
Copy the full SHA 1dacc10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc9ffd - Browse repository at this point
Copy the full SHA 4dc9ffdView commit details
There are no files selected for viewing