Age | Commit message (Expand) | Author |
---|
3 days | Avoid allocation for positional splat for literal array keyword argument | Jeremy Evans |
4 days | Fix handling of PM_CONSTANT_PATH_NODE node in keyword arguments with ARGS_SPLAT | Jeremy Evans |
2025-05-11 | Skip mmtk/i686 tests for a while | Satoshi Tagomori |
2025-03-27 | Avoid allocation for anonymous positional splat with no arguments | Jeremy Evans |
2025-03-27 | Avoid array allocation for *nil, by not calling nil.to_a | Jeremy Evans |
2024-08-19 | Avoid hash allocation for certain proc calls | Jeremy Evans |
2024-08-16 | Revert "Avoid hash allocation for certain proc calls" | Jeremy Evans |
2024-08-15 | Avoid hash allocation for certain proc calls | Jeremy Evans |
2024-07-18 | Avoid array allocation for f(*r2k_ary) when def f(x) | Jeremy Evans |
2024-07-18 | Avoid hash allocation for f(*r2k_ary) when def f(kw: 1) | Jeremy Evans |
2024-07-18 | Check for and remove duplicate checks in test_allocation | Jeremy Evans |
2024-07-18 | Avoid array allocation for f(*empty_ary, **hash) when def f(x) | Jeremy Evans |
2024-07-18 | Avoid unnecessary array allocations for f(arg, *arg, **arg, **arg), f(*arg, a... | Jeremy Evans |
2024-07-10 | Avoid a hash allocation when keyword splatting empty hash when calling ruby2_... | Jeremy Evans |
2024-07-10 | Eliminate array allocations for single splat followed by mutable keywords | Jeremy Evans |
2024-06-18 | fix allocation assertions | Aaron Patterson |
2024-06-18 | Optimized forwarding callers and callees | Aaron Patterson |
2024-05-21 | Avoid array allocation for empty ruby2_keywords flagged keyword hash | Jeremy Evans |
2024-05-21 | Avoid hash allocation for empty ruby2_keywords flagged keyword hash | Jeremy Evans |
2024-05-21 | Add allocation tests for ruby2_keywords | Jeremy Evans |
2024-03-27 | Add array/hash implicit allocation tests | Jeremy Evans |