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
|
Fixed whitespace |
|
More...
|
over 11 years ago
|
Added wrapper script to start graal more conveniently |
|
More...
|
over 11 years ago
|
Added Makefile for the buildbot |
|
More...
|
over 11 years ago
|
Make arguments of n-ary message nodes concrete |
|
More...
|
over 11 years ago
|
Removed extra SymbolTable |
|
More...
|
over 11 years ago
|
Avoid fully qualified types, if not necessary |
|
More...
|
over 11 years ago
|
Change inlining to use an approach similar to the one of SimpleLanguage |
|
More...
|
over 11 years ago
|
Fixed references to old classes |
|
More...
|
over 11 years ago
|
Remove unused files |
|
More...
|
over 11 years ago
|
[TODO] Comment out code that needs to be removed |
|
More...
|
over 11 years ago
|
Added `isAlwaysToBeInlined()` inspired by SimpleLanguage |
|
More...
|
over 11 years ago
|
Fix #new: primitive on array |
|
More...
|
over 11 years ago
|
Change #== primitive to have a case for SAbstractObjects |
|
More...
|
over 11 years ago
|
Adapt block evaluation primitive, and make sure only the right primitives get registered for each class |
|
More...
|
over 11 years ago
|
Changed ArgumentEvaluationNode to be able to use execution method specialization for array arguments |
|
More...
|
over 11 years ago
|
Revise Node design and use SimpleLanguage approach to polymorphic inline caches |
|
More...
|
over 11 years ago
|
Use a static getter to obtain the Arguments object from a frame |
|
More...
|
over 11 years ago
|
Move all logic related to node creation into NodeFactory |
|
More...
|
over 11 years ago
|
Complete refactoring of execution strategy to utilize Truffle DSL |
|
More...
|
almost 12 years ago
|
Completed the type system to include all VM classes |
|
More...
|
almost 12 years ago
|
Make systemObject a field of Universe |
|
More...
|
almost 12 years ago
|
Make SClass.addInstanceInvokable private and make primitive loading error fatal |
|
More...
|
almost 12 years ago
|
Fix parser to support direct access to superclass fields |
|
More...
|
almost 12 years ago
|
Fix type error introduced with refactoring fields of Class |
|
More...
|
almost 12 years ago
|