Fixed regression in while semantics |
|
More...
|
almost 12 years ago
|
Rewrite the message node specializations to use the Truffle-DSL where possible |
|
More...
|
almost 12 years ago
|
Mark universe's field compilation final and make trueClass and falseClass also known objects |
|
More...
|
almost 12 years ago
|
Fixed typo |
|
More...
|
almost 12 years ago
|
Moving the class out of the language fields and making it accessible via a primitive only |
|
More...
|
almost 12 years ago
|
Make all object fields final or at least make setters private and initialize during construction |
|
More...
|
almost 12 years ago
|
Remove invocation count tracking from SMethod |
|
More...
|
almost 12 years ago
|
Fixed incomplete initialization for classes of nil, true, and false |
|
More...
|
almost 12 years ago
|
Updated to latest core-lib |
|
More...
|
almost 12 years ago
|
Added reason to make sure the correct replace method is used. |
|
More...
|
almost 12 years ago
|
Updated to latest core-lib |
|
More...
|
almost 12 years ago
|
Introduce a WhileMessageNode to specialize for #whileTrue: and #whileFalse: |
|
More...
|
almost 12 years ago
|
Added support for #ifTrue: etc with non-block arguments |
|
More...
|
almost 12 years ago
|
Made parameter final |
|
More...
|
almost 12 years ago
|
Wrapped fields of Arguments |
|
More...
|
almost 12 years ago
|
Compilation of source code is not critical, should be on the slow path. |
|
More...
|
almost 12 years ago
|
Make sure the compiler explodes the loop |
|
More...
|
almost 12 years ago
|
Don't materialize frame for initialization |
|
More...
|
almost 12 years ago
|
Disable the type-system-based boxing/unboxing for the moment |
|
More...
|
almost 12 years ago
|
Forgot to revert the inlining between the experimenting. |
|
More...
|
almost 12 years ago
|
Eclipse added final keywords to these @Child nodes, and the adoptChild got lost in experimenting |
|
More...
|
almost 12 years ago
|
Added the clean up config |
|
More...
|
almost 12 years ago
|
Give in an rename all SOM classes to S*, i.e., with the prefix S. |
|
More...
|
almost 12 years ago
|
Mark parameters as final, and some white space |
|
More...
|
almost 12 years ago
|
Move VariableWriteNode to separate file |
|
More...
|
almost 12 years ago
|
Child nodes should be private an non-final. |
|
More...
|
almost 12 years ago
|
Fixing folder creation and cleanup in ant file. |
|
More...
|
almost 12 years ago
|
Make use of the new type system and introduce the new literal nodes that allow for return-type specialization. |
|
More...
|
almost 12 years ago
|
Added the first working type system. |
|
More...
|
almost 12 years ago
|
Added Truffle-DSL jar to classpath |
|
More...
|
almost 12 years ago
|