0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed miss-specialization because of missing breaks and specialize #value: only if receiver is block
gron
as Stefan Marr
More... over 11 years ago
Mixed up left and right...
gron
as Stefan Marr
More... over 11 years ago
Added add specialization for Strings
gron
as Stefan Marr
More... over 11 years ago
Do specialize #new: only if receiver is really the array class
gron
as Stefan Marr
More... over 11 years ago
Integer division should not overflow, no need for coercion
gron
as Stefan Marr
More... over 11 years ago
LogicAndPrim should not need to return Object, should no coercion happen here
gron
as Stefan Marr
More... over 11 years ago
Added SSymbol to EqualsPrim
gron
as Stefan Marr
More... over 11 years ago
Updated to latest version of Graal
gron
as Stefan Marr
More... over 11 years ago
Remove isAlwaysToBeInlined and tree simplification code.
gron
as Stefan Marr
More... over 11 years ago
Updated to latest version of graal
gron
as Stefan Marr
More... over 11 years ago
Strictly speaking, making globals immutable is incorrect, but let's see what it gives
gron
as Stefan Marr
More... over 11 years ago
Disabled passing the field identifier token again.
gron
as Stefan Marr
More... over 11 years ago
Make field access moving unsafe
gron
as Stefan Marr
More... over 11 years ago
Reenable the GC primitive for testing
gron
as Stefan Marr
More... over 11 years ago
Use proper identifier tokens for the fields in the unsafe access operations
gron
as Stefan Marr
More... over 11 years ago
Do not indicate location with this on unsafe field access to work around potential compiler bug
gron
as Stefan Marr
More... over 11 years ago
Adopt latest graal version
gron
as Stefan Marr
More... over 11 years ago
Updated to latest graal version
gron
as Stefan Marr
More... over 11 years ago
Include Integer>>#<< (left shift) to list of eager primitives
gron
as Stefan Marr
More... over 11 years ago
Added GreaterThan specialization
gron
as Stefan Marr
More... over 11 years ago
Added specialization for Boolean #or: as well.
gron
as Stefan Marr
More... over 11 years ago
Add specialization for boolean #and:
gron
as Stefan Marr
More... over 11 years ago
Whitespace
gron
as Stefan Marr
More... over 11 years ago
Unify BitXorPrim, should avoid issues with eager primitive handling
gron
as Stefan Marr
More... over 11 years ago
Use primitive booleans to represent true and false
gron
as Stefan Marr
More... over 11 years ago
Adopt Mandelbrot with proper literals
gron
as Stefan Marr
More... over 11 years ago
Use var arg for SInvokable.invoke(.)
gron
as Stefan Marr
More... over 11 years ago
Use dispatch node in all value primitives
gron
as Stefan Marr
More... over 11 years ago
Made ValueNonePrim use a dispatch node to cache the invokable and use a proper call node in return.
gron
as Stefan Marr
More... over 11 years ago
Updated core-lib with latest benchmarking settings
gron
as Stefan Marr
More... over 11 years ago