0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Test whether it is worthwhile to avoid this try/catch block
gron
as Stefan Marr
More... over 11 years ago
Cover more complete set of arithmetics with eager replacement
gron
as Stefan Marr
More... over 11 years ago
Added specialization for FieldReadNode
gron
as Stefan Marr
More... over 11 years ago
SOM Object fields can now store normal objects, don't have to be SAbstractObjects anymore
gron
as Stefan Marr
More... over 11 years ago
Reenabled eager primitives, it is a clear win for almost all benchmarks.
gron
as Stefan Marr
More... over 11 years ago
Deactivate eager primitives (another test)
gron
as Stefan Marr
More... over 11 years ago
Added eager primitive specialization for Array>>#new: and Array>>#at:
gron
as Stefan Marr
More... over 11 years ago
Added missing support for doubles in #to:do:
gron
as Stefan Marr
More... over 11 years ago
Something is really broken in Tower :(
gron
as Stefan Marr
More... over 11 years ago
Readded wrongly committed `specializeQuaternary`
gron
as Stefan Marr
More... over 11 years ago
Git Tower went crazy, remove that code part, re-add it in next commit where it belongs
gron
as Stefan Marr
More... over 11 years ago
Added specialization for Integer>>#to:by:do: loops
gron
as Stefan Marr
More... over 11 years ago
Enable type specialization of frame access
gron
as Stefan Marr
More... over 11 years ago
Deleted old files (dead code, pre-rewrite)
gron
as Stefan Marr
More... over 11 years ago
Disable splitting (test)
gron
as Stefan Marr
More... over 11 years ago
Reenable eager primitives
gron
as Stefan Marr
More... over 11 years ago
Make sure there are not clashes/ambiguities of method signatures, renamed interface method
gron
as Stefan Marr
More... over 11 years ago
Place explicit invalidation in eager primitive to see unsupported specialization failure
gron
as Stefan Marr
More... over 11 years ago
Disable eager specialization for testing
gron
as Stefan Marr
More... over 11 years ago
Added a specialized node for #<= which is common and rather costly
gron
as Stefan Marr
More... over 11 years ago
Added #= and #== to eager primitives
gron
as Stefan Marr
More... over 11 years ago
Keep selector for better debugging
gron
as Stefan Marr
More... over 11 years ago
Added eager specialization for binary primitives to avoid overhead of message send
gron
as Stefan Marr
More... over 11 years ago
Make BinaryExpressionNode implement PreevaluatedExpression and move executeEvaluate definition up
gron
as Stefan Marr
More... over 11 years ago
Added factory method for generic send nodes
gron
as Stefan Marr
More... over 11 years ago
Proper type for result variable
gron
as Stefan Marr
More... over 11 years ago
Added getKind() methods to nodes that are not based on TruffleDSL
gron
as Stefan Marr
More... over 11 years ago
makeGenericSend() did not do the replace(.)
gron
as Stefan Marr
More... over 11 years ago
Updated graal
gron
as Stefan Marr
More... over 11 years ago
Help the stupid partial evaluator by moving the loop into its own method
gron
as Stefan Marr
More... over 11 years ago