0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove dead code
gron
as Stefan Marr
More... over 11 years ago
Use ContextualNode as return type of getReadNode
gron
as Stefan Marr
More... over 11 years ago
Added BranchProfile marker
gron
as Stefan Marr
More... over 11 years ago
Removed outdated TODOs
gron
as Stefan Marr
More... over 11 years ago
Removed dead code
gron
as Stefan Marr
More... over 11 years ago
Merge branch master into type-specialization
gron
as Stefan Marr
More... over 11 years ago
Use Java File to make path handling more robust to platform changes
gron
as Stefan Marr
More... over 11 years ago
Avoid materialization of frames by reifying upvalues
gron
as Stefan Marr
More... over 11 years ago
Introduce ArgumentReadNode to directly read from Argument object instead of accessing frame slots
gron
as Stefan Marr
More... over 11 years ago
Added toString() on Class and Method generation context for better debugging
gron
as Stefan Marr
More... over 11 years ago
Do not move self and frame marker from Arguments to frame any longer
gron
as Stefan Marr
More... over 11 years ago
Use ExactMath for Subtraction as well, also use Number as return value for bigint and int helper
gron
as Stefan Marr
More... over 11 years ago
Generalize send methods to handle Object and not just SAbstractObject
gron
as Stefan Marr
More... over 11 years ago
Remove specialization that is generated automatically
gron
as Stefan Marr
More... over 11 years ago
Avoid creation of proper SOM objects where possible
gron
as Stefan Marr
More... over 11 years ago
Removed support for boolean from type system
gron
as Stefan Marr
More... over 11 years ago
Extend usage of type specialization
gron
as Stefan Marr
More... over 11 years ago
Updated to latest Graal version
gron
as Stefan Marr
More... over 11 years ago
Updated to latest core-lib
gron
as Stefan Marr
More... over 11 years ago
Overloaded SMethod.invoke() to utilize specialized *Arguments classes
gron
as Stefan Marr
More... over 11 years ago
Cannot inline Block literals
gron
as Stefan Marr
More... over 11 years ago
Removed general case of #== primitive and replaced it with more specific but incomplete variants
gron
as Stefan Marr
More... over 11 years ago
Introduced specializations of Arguments class to avoid allocation of array
gron
as Stefan Marr
More... over 11 years ago
Remove unused NodeFactory code
gron
as Stefan Marr
More... over 11 years ago
Specialize for While*, and If* nodes again
gron
as Stefan Marr
More... over 11 years ago
Fix bug in IfFalse node
gron
as Stefan Marr
More... over 11 years ago
Run with out compilation output, to avoid its overhead
gron
as Stefan Marr
More... over 11 years ago
Updated to latest version of Graal
gron
as Stefan Marr
More... over 11 years ago
Added file defining the graal version to be used
gron
as Stefan Marr
More... over 11 years ago
Inline literal nodes and GlobalReadNodes directly
gron
as Stefan Marr
More... over 11 years ago