Fix checkstyle whitespace issues |
|
More...
|
about 12 years ago
|
Fix typo in error message |
|
More...
|
about 12 years ago
|
Apply the getObject-catch-shouldnthappen idiom and move all occurrences into methods. |
|
More...
|
about 12 years ago
|
Workaround for optimizing/invalidating compiled methods repeatedly |
|
More...
|
about 12 years ago
|
Avoid dynamic findFrameSlot |
|
More...
|
about 12 years ago
|
Initialize local slots with nil. |
|
More...
|
about 12 years ago
|
Making sure that I am not doing anything illegal with VirtualFrames, materialize them where it looks appropriate |
|
More...
|
about 12 years ago
|
Added check to test for uninitialized fields |
|
More...
|
about 12 years ago
|
Field was not initialized. |
|
More...
|
about 12 years ago
|
Adapted README to use separate TruffleSOM URLs |
|
More...
|
about 12 years ago
|
Added build instructions for the JUnit tests and their execution |
|
More...
|
about 12 years ago
|
Implemented non-local returns, and support for escaped blocks, without relying on frame object identity |
|
More...
|
about 12 years ago
|
All SOM frames have a standard layout, to codify that layout, I added a static instance of MethodGenerationContext with the FrameDescriptor properly set up |
|
More...
|
about 12 years ago
|
determineContext works now with Frames |
|
More...
|
about 12 years ago
|
Fix some more check style issues |
|
More...
|
about 12 years ago
|
Change loop benchmark to use an message send |
|
More...
|
about 12 years ago
|
Some annotations that are most likely beneficial for performance |
|
More...
|
about 12 years ago
|
Outer context of blocks needs to be MaterializedFrame |
|
More...
|
about 12 years ago
|
Move creation of CallTarget to constructor of Method |
|
More...
|
about 12 years ago
|
Use PackedFrames where no direct access to the content is necessary |
|
More...
|
about 12 years ago
|
Adopt for latest Truffle upstream |
|
More...
|
about 12 years ago
|
Updated README |
|
More...
|
about 12 years ago
|
Updated AUTHOR file |
|
More...
|
about 12 years ago
|
Updated readme to use som.sh |
|
More...
|
about 12 years ago
|
Escaping block are not working yet, move test to the end |
|
More...
|
about 12 years ago
|
Fixed class path for tests |
|
More...
|
about 12 years ago
|
Added script to execute SOM with proper Java class path |
|
More...
|
about 12 years ago
|
Update ant file to compile TruffleSOM |
|
More...
|
about 12 years ago
|
Applied Checkstyle fixes to Universe |
|
More...
|
about 12 years ago
|
Applied Checkstyle fixes to Shell |
|
More...
|
about 12 years ago
|