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