0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move execute(.) to superclass (Invokable)
gron
as Stefan Marr
More... over 11 years ago
Remove Object[] from type system, was only needed for the ArgumentEvaluationNode, which got removed
gron
as Stefan Marr
More... over 11 years ago
Missing calls to adoptChild
gron
as Stefan Marr
More... over 11 years ago
Added toString() to Variable
gron
as Stefan Marr
More... over 11 years ago
Complete rewrite of message send handling.
gron
as Stefan Marr
More... over 11 years ago
Renamed signature to selector for consistency with the rest of SOM, and marked lookup as @SlowPath
gron
as Stefan Marr
More... over 11 years ago
Remove custom inlining heuristics
gron
as Stefan Marr
More... over 11 years ago
Added DBG flag to graal.sh to be able to enable debugging with Eclipse easily
gron
as Stefan Marr
More... over 11 years ago
Implemented split in the RootNodes to do proper contextualization of inlined methods
gron
as Stefan Marr
More... over 11 years ago
Adopt node properly
gron
as Stefan Marr
More... over 11 years ago
Use Truffle's CallNode in InlineableSendNodes
gron
as Stefan Marr
More... over 11 years ago
Move to latest graal version and remove all usage of old API
gron
as Stefan Marr
More... over 11 years ago
Updated to latest core-lib
gron
as Stefan Marr
More... over 11 years ago
Refactor superclass parsing to be an explicit method in the parser.
gron
as Stefan Marr
More... over 11 years ago
Removed specialization for while nodes on non-block receivers
gron
as Stefan Marr
More... over 11 years ago
Focus benchmarks on the jitting VMs
gron
as Stefan Marr
More... over 11 years ago
Updated to latest core-lib, this are updates to the rebench infrastructure
gron
as Stefan Marr
More... over 11 years ago
Made graal.sh usable without relying on absolute paths
gron
as Stefan Marr
More... over 11 years ago
Update to a new version of Graal
gron
as Stefan Marr
More... over 11 years ago
Make sure #to:do: operates on the correct block, i.e., same block method
gron
as Stefan Marr
More... over 11 years ago
Workaround for Hotspot collecting benchmark code
gron
as Stefan Marr
More... over 11 years ago
use getObject instead of getValue to access frame variables More... over 11 years ago
Adopted latest graal version and use new RootCallNode instead of CallNode
gron
as Stefan Marr
More... over 11 years ago
Updated to latest graal version
gron
as Stefan Marr
More... over 11 years ago
Remove unnecessary comments
gron
as Stefan Marr
More... over 11 years ago
Updated to latest core-lib with benchmarks for debugging
gron
as Stefan Marr
More... over 11 years ago
Do not need to create a new block, only necessary when it get's 'pushed', i.e., in the literal node
gron
as Stefan Marr
More... over 11 years ago
Removed useless comments
gron
as Stefan Marr
More... over 11 years ago
Revert "Use caching for SInteger objects like in Java"
gron
as Stefan Marr
More... over 11 years ago
Use caching for SInteger objects like in Java
gron
as Stefan Marr
More... over 11 years ago