mirror of
https://github.com/ruby/ruby.git
synced 2026-01-29 13:34:17 +00:00
This prevents early collection of the array. The GC doesn't see the array on the stack when Ruby is compiled with optimizations enabled Thanks @jhaberman for the test case [ruby-core:105099] [Bug #18140]