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