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
Added missing Primitives to access Primitive fields
gron
as Stefan Marr
More... almost 12 years ago
Make implementation specific fields of Class java field and expose them as primitives
gron
as Stefan Marr
More... almost 12 years ago
Updated to latest core-lib
gron
as Stefan Marr
More... almost 12 years ago
Fixed class of primitives
gron
as Stefan Marr
More... almost 12 years ago
Fixed comment
gron
as Stefan Marr
More... almost 12 years ago
Added ClassStructure test to SomTests
gron
as Stefan Marr
More... almost 12 years ago
Introduce abstract object without fields and make VM-related objects expose less implementation details
gron
as Stefan Marr
More... almost 12 years ago
Avoid doubled lookup of globals
gron
as Stefan Marr
More... almost 12 years ago
Use simple names where possible
gron
as Stefan Marr
More... almost 12 years ago
Made list type more specific
gron
as Stefan Marr
More... almost 12 years ago
Updated README
gron
as Stefan Marr
More... almost 12 years ago
Added missing #& and #bitXor: primitives to Double
gron
as Stefan Marr
More... almost 12 years ago
Use specialization for LessThan and Sqrt
gron
as Stefan Marr
More... almost 12 years ago
Use specialization for LogicAnd as well
gron
as Stefan Marr
More... almost 12 years ago
Use specialization for multiplication and subtraction as well
gron
as Stefan Marr
More... almost 12 years ago
Use specialization to build the arithmetic primitives: started with Addition
gron
as Stefan Marr
More... almost 12 years ago
Remove Invokable and Primitive VM objects
gron
as Stefan Marr
More... almost 12 years ago
Constructing a new primitive needs to be on slow path.
gron
as Stefan Marr
More... almost 12 years ago
Trying to trufflize primitives into their own nodes
gron
as Stefan Marr
More... almost 12 years ago
Updated to latest core-lib version
gron
as Stefan Marr
More... almost 12 years ago
Added some SlowPath annotations
gron
as Stefan Marr
More... almost 12 years ago
Refactor code that does node replacement to a more general type into a method
gron
as Stefan Marr
More... almost 12 years ago
Removed unused code
gron
as Stefan Marr
More... almost 12 years ago
Fixed MessageNode committed with debugging helpers
gron
as Stefan Marr
More... almost 12 years ago
Added guard missing form the commit for #ifTrue:ifFalse: specialization
gron
as Stefan Marr
More... almost 12 years ago
Support for #dNU got lost
gron
as Stefan Marr
More... almost 12 years ago
Added missing specializations for #while* and #ifTrue:ifFalse:
gron
as Stefan Marr
More... almost 12 years ago
Make #dNU robust to messages without argument arrays
gron
as Stefan Marr
More... almost 12 years ago
ArgumentEvaluationNodes without arguments don't need to specialize
gron
as Stefan Marr
More... almost 12 years ago
Break circular dependency on generated code
gron
as Stefan Marr
More... almost 12 years ago