0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 9 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Specialize for While*, and If* nodes again
gron
as Stefan Marr
More... over 11 years ago
Fix bug in IfFalse node
gron
as Stefan Marr
More... over 11 years ago
Run with out compilation output, to avoid its overhead
gron
as Stefan Marr
More... over 11 years ago
Updated to latest version of Graal
gron
as Stefan Marr
More... over 11 years ago
Added file defining the graal version to be used
gron
as Stefan Marr
More... over 11 years ago
Inline literal nodes and GlobalReadNodes directly
gron
as Stefan Marr
More... over 11 years ago
Fixed whitespace
gron
as Stefan Marr
More... over 11 years ago
Added wrapper script to start graal more conveniently
gron
as Stefan Marr
More... over 11 years ago
Added Makefile for the buildbot
gron
as Stefan Marr
More... over 11 years ago
Make arguments of n-ary message nodes concrete
gron
as Stefan Marr
More... over 11 years ago
Removed extra SymbolTable
gron
as Stefan Marr
More... over 11 years ago
Avoid fully qualified types, if not necessary
gron
as Stefan Marr
More... over 11 years ago
Change inlining to use an approach similar to the one of SimpleLanguage
gron
as Stefan Marr
More... over 11 years ago
Fixed references to old classes
gron
as Stefan Marr
More... over 11 years ago
Remove unused files
gron
as Stefan Marr
More... over 11 years ago
[TODO] Comment out code that needs to be removed
gron
as Stefan Marr
More... over 11 years ago
Added `isAlwaysToBeInlined()` inspired by SimpleLanguage
gron
as Stefan Marr
More... over 11 years ago
Fix #new: primitive on array
gron
as Stefan Marr
More... over 11 years ago
Change #== primitive to have a case for SAbstractObjects
gron
as Stefan Marr
More... over 11 years ago
Adapt block evaluation primitive, and make sure only the right primitives get registered for each class
gron
as Stefan Marr
More... over 11 years ago
Changed ArgumentEvaluationNode to be able to use execution method specialization for array arguments
gron
as Stefan Marr
More... over 11 years ago
Revise Node design and use SimpleLanguage approach to polymorphic inline caches
gron
as Stefan Marr
More... over 11 years ago
Use a static getter to obtain the Arguments object from a frame
gron
as Stefan Marr
More... over 11 years ago
Move all logic related to node creation into NodeFactory
gron
as Stefan Marr
More... over 11 years ago
Complete refactoring of execution strategy to utilize Truffle DSL
gron
as Stefan Marr
More... almost 12 years ago
Completed the type system to include all VM classes
gron
as Stefan Marr
More... almost 12 years ago
Make systemObject a field of Universe
gron
as Stefan Marr
More... almost 12 years ago
Make SClass.addInstanceInvokable private and make primitive loading error fatal
gron
as Stefan Marr
More... almost 12 years ago
Fix parser to support direct access to superclass fields
gron
as Stefan Marr
More... almost 12 years ago
Fix type error introduced with refactoring fields of Class
gron
as Stefan Marr
More... almost 12 years ago