0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make CachedExprNode final, and make sure to invalidate on assumption failure
gron
as Stefan Marr
More... over 3 years ago
Merge PR #131: Use primitive for Object>>#= and reorder specializations
gron
as Stefan Marr
More... over 3 years ago
Update expected test results
gron
as Stefan Marr
More... over 3 years ago
Reorder specializations to minimize the amount of checks in the generated code and interpreter
gron
as Stefan Marr
More... over 3 years ago
Register the #== primitive for Object>>#= to avoid falling back to Smalltalk
gron
as Stefan Marr
More... over 3 years ago
Merge PR #130: Use PreevaluateExpression for Primitives
gron
as Stefan Marr
More... over 3 years ago
Update test data after fixing wrapper issue
gron
as Stefan Marr
More... over 3 years ago
Added missing support for wrapping nodes
gron
as Stefan Marr
More... over 3 years ago
Deactivate two tests which seem flaky (unresolved issue with the nodestats tool)
gron
as Stefan Marr
More... over 3 years ago
Update expected test results
gron
as Stefan Marr
More... over 3 years ago
Use PreevaluateExpression for Primitives
gron
as Stefan Marr
More... over 3 years ago
Merge PR #129: Inline #ifNil:/#ifNotNil: messages
gron
as Stefan Marr
More... over 3 years ago
Update expected test data
gron
as Stefan Marr
More... over 3 years ago
Add inlining of #ifNil:/#ifNotNil:, also update core-lib with tests
gron
as Stefan Marr
More... over 3 years ago
Merge PR #128: Add String>>#charAt: primitive implementation, update core-lib, and add CPU Sampler support
gron
as Stefan Marr
More... over 3 years ago
Try fix performance regression for #charAt:
gron
as Stefan Marr
More... over 3 years ago
Give charAt same semantics as #primSubstringFrom:to:
gron
as Stefan Marr
More... over 3 years ago
Fix launcher, match components with build.xml
gron
as Stefan Marr
More... over 3 years ago
Handle OSError in launcher for better error message
gron
as Stefan Marr
More... over 3 years ago
Reduce the number of test, at least the ReflectionTest is flaky
gron
as Stefan Marr
More... over 3 years ago
Update test data after adding String>>#charAt: primitive implementation
gron
as Stefan Marr
More... over 3 years ago
Add primitive implementation of String>>#charAt:
gron
as Stefan Marr
More... over 3 years ago
Update expected test data for tools
gron
as Stefan Marr
More... over 3 years ago
Added direct support for Truffle's sampling profiler in launcher
gron
as Stefan Marr
More... over 3 years ago
Fix classpath for interpreter-only mode
gron
as Stefan Marr
More... over 3 years ago
Ignore the nodestat tool yml files and a few other bits
gron
as Stefan Marr
More... over 3 years ago
Merge PR #120: Remove SArguments methods and make #length eagerly work for Array and Symbol
gron
as Stefan Marr
More... over 3 years ago
The NodeStats tool is not correctly working yet, ignore failures for now.
gron
as Stefan Marr
More... over 3 years ago
Add [Non]LocalFieldStringEqualsNode
gron
as Stefan Marr
More... over 3 years ago
Merge PR #124 from smarr/inline-avoid-list-alloc
gron
as Stefan Marr
More... over 3 years ago