index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_allocation.rb
Age
Commit message (
Expand
)
Author
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