0
I Use This!
Very Low Activity

Commits : Listings

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