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