0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Always inline simple setters
gron
as Stefan Marr
More... over 11 years ago
Replace use of Assumption for globals by using explicitly mutable associations
gron
as Stefan Marr
More... over 11 years ago
Dirty hack to force inlining of accessor
gron
as Stefan Marr
More... over 11 years ago
Need to use the unwrapped body in this case for inlining
gron
as Stefan Marr
More... over 11 years ago
Reenable inlining of trivial methods
gron
as Stefan Marr
More... over 11 years ago
Update to latest core-lib
gron
as Stefan Marr
More... over 11 years ago
Updated to latest Graal version
gron
as Stefan Marr
More... over 11 years ago
Introduced specialization to cache read of globals in CachedGlobalReadNode
gron
as Stefan Marr
More... over 11 years ago
Mark lookup of globals as @SlowPath
gron
as Stefan Marr
More... over 11 years ago
Adopted new Graal/Truffle version and incorporated RootNode/TruffleRuntime API changes
gron
as Stefan Marr
More... over 11 years ago
Updated to latest Graal version
gron
as Stefan Marr
More... over 11 years ago
Fixed reference in README to use SOM-st repository
gron
as Stefan Marr
More... over 11 years ago
Update to latest core-lib
gron
as Stefan Marr
More... over 11 years ago
Removed `executeObject()`
gron
as Stefan Marr
More... over 11 years ago
Moved creation of CatchNonLocalReturnNode to MethodGenerationContext
gron
as Stefan Marr
More... over 11 years ago
Specialized ArgumentReadNode for the different Arguments classes (Unary, Binary, ...)
gron
as Stefan Marr
More... over 11 years ago
Use unsaveCasts, hope that helps...
gron
as Stefan Marr
More... over 11 years ago
Do not generate empty SequenceNodes, instead generate a GlobalReadNode(#nil)
gron
as Stefan Marr
More... over 11 years ago
Made `determineContext()` nicer and avoid unnecessary assignments
gron
as Stefan Marr
More... over 11 years ago
Made processing of first element of sequence explicit, to avoid null assignment.
gron
as Stefan Marr
More... over 11 years ago
Updated to latest core-lib
gron
as Stefan Marr
More... over 11 years ago
Update to latest Graal version
gron
as Stefan Marr
More... over 11 years ago
Quick and dirty hack to add Integer>>#to:do: specialization for Fannkuch
gron
as Stefan Marr
More... over 11 years ago
Don't use specialization for FrameSlots for testing
gron
as Stefan Marr
More... over 11 years ago
Ensure that FrameSlots can specialize independently for inlined methods (incl. lexically embedded methods)
gron
as Stefan Marr
More... over 11 years ago
Remove unused argument
gron
as Stefan Marr
More... over 11 years ago
Cleanup of SMethod and Invokable
gron
as Stefan Marr
More... over 11 years ago
Fixed missing import
gron
as Stefan Marr
More... over 11 years ago
Added NotYetImplementedException to avoid pollution with to many warnings during building
gron
as Stefan Marr
More... over 11 years ago
SMethod doesn't need the frame descriptor
gron
as Stefan Marr
More... over 11 years ago