0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix optimization bugs for dup/pop/pop sequence
gron
as Stefan Marr
More... about 4 years ago
Port tests from PySOM to test bytecode genertation
gron
as Stefan Marr
More... about 4 years ago
Merge PR #72: Update core-lib and fix super sends and #unknownGlobals/#escapedBlock handling
gron
as Stefan Marr
More... about 4 years ago
Update Eclipse URL since it currently fails
gron
as Stefan Marr
More... about 4 years ago
Reduce result of arithmetics to long when possible
gron
as Stefan Marr
More... about 4 years ago
Added GlobalNode.toString()
gron
as Stefan Marr
More... about 4 years ago
Make sure global can access outer self, and send #unknownGlobal: to outer self
gron
as Stefan Marr
More... about 4 years ago
Update core-lib with various tests
gron
as Stefan Marr
More... about 4 years ago
Fix super-send parsing
gron
as Stefan Marr
More... about 4 years ago
Merge PR #71: Improve Array Storage strategies based on SOMns
gron
as Stefan Marr
More... about 4 years ago
Check first if it’s object storage
gron
as Stefan Marr
More... about 4 years ago
Turn type tests into pointer comparison
gron
as Stefan Marr
More... about 4 years ago
Fix comment, and simplify some code
gron
as Stefan Marr
More... about 4 years ago
Set storage directly to nilObject
gron
as Stefan Marr
More... about 4 years ago
Reduce code duplication in AtPutPrim
gron
as Stefan Marr
More... about 4 years ago
Make sure all arrays have Object[] storage
gron
as Stefan Marr
More... about 4 years ago
Remove unneeded guard method
gron
as Stefan Marr
More... about 4 years ago
More eagerly transition to an object storage
gron
as Stefan Marr
More... about 4 years ago
Use Array storage to encode type
gron
as Stefan Marr
More... about 4 years ago
Array storage type profile not needed anymore
gron
as Stefan Marr
More... about 4 years ago
Remove hash from method and primitive names
gron
as Stefan Marr
More... about 4 years ago
Merge PR #70: Add PUSH_BLOCK_NO_CTX
gron
as Stefan Marr
More... over 4 years ago
Need to mark all outer scopes
gron
as Stefan Marr
More... over 4 years ago
Generating field access needs outer scope
gron
as Stefan Marr
More... over 4 years ago
Add PUSH_BLOCK_NO_CTX
gron
as Stefan Marr
More... over 4 years ago
Merge PR #68: Added GreaterThanOrEqualPrim and remove UninitializedVariableNode
gron
as Stefan Marr
More... over 4 years ago
Added GreaterThanOrEqualPrim
gron
as Stefan Marr
More... over 4 years ago
Send logs to stderr
gron
as Stefan Marr
More... over 4 years ago
Don’t use libgraal when using the debug name for launcher
gron
as Stefan Marr
More... over 4 years ago
Merge PR #66: Use TruffleDSL to implement block dispatch nodes and improve block naming
gron
as Stefan Marr
More... over 4 years ago