0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix checkstyle whitespace issues
gron
as Stefan Marr
More... about 12 years ago
Fix typo in error message
gron
as Stefan Marr
More... about 12 years ago
Apply the getObject-catch-shouldnthappen idiom and move all occurrences into methods.
gron
as Stefan Marr
More... about 12 years ago
Workaround for optimizing/invalidating compiled methods repeatedly
gron
as Stefan Marr
More... about 12 years ago
Avoid dynamic findFrameSlot
gron
as Stefan Marr
More... about 12 years ago
Initialize local slots with nil.
gron
as Stefan Marr
More... about 12 years ago
Making sure that I am not doing anything illegal with VirtualFrames, materialize them where it looks appropriate
gron
as Stefan Marr
More... about 12 years ago
Added check to test for uninitialized fields
gron
as Stefan Marr
More... about 12 years ago
Field was not initialized.
gron
as Stefan Marr
More... about 12 years ago
Adapted README to use separate TruffleSOM URLs
gron
as Stefan Marr
More... about 12 years ago
Added build instructions for the JUnit tests and their execution
gron
as Stefan Marr
More... about 12 years ago
Implemented non-local returns, and support for escaped blocks, without relying on frame object identity
gron
as Stefan Marr
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
gron
as Stefan Marr
More... about 12 years ago
determineContext works now with Frames
gron
as Stefan Marr
More... about 12 years ago
Fix some more check style issues
gron
as Stefan Marr
More... about 12 years ago
Change loop benchmark to use an message send
gron
as Stefan Marr
More... about 12 years ago
Some annotations that are most likely beneficial for performance
gron
as Stefan Marr
More... about 12 years ago
Outer context of blocks needs to be MaterializedFrame
gron
as Stefan Marr
More... about 12 years ago
Move creation of CallTarget to constructor of Method
gron
as Stefan Marr
More... about 12 years ago
Use PackedFrames where no direct access to the content is necessary
gron
as Stefan Marr
More... about 12 years ago
Adopt for latest Truffle upstream
gron
as Stefan Marr
More... about 12 years ago
Updated README
gron
as Stefan Marr
More... about 12 years ago
Updated AUTHOR file
gron
as Stefan Marr
More... about 12 years ago
Updated readme to use som.sh
gron
as Stefan Marr
More... about 12 years ago
Escaping block are not working yet, move test to the end
gron
as Stefan Marr
More... about 12 years ago
Fixed class path for tests
gron
as Stefan Marr
More... about 12 years ago
Added script to execute SOM with proper Java class path
gron
as Stefan Marr
More... about 12 years ago
Update ant file to compile TruffleSOM
gron
as Stefan Marr
More... about 12 years ago
Applied Checkstyle fixes to Universe
gron
as Stefan Marr
More... about 12 years ago
Applied Checkstyle fixes to Shell
gron
as Stefan Marr
More... about 12 years ago