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