mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8db269edb3
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]
2 lines
77 B
Ruby
2 lines
77 B
Ruby
# frozen_string_literal: false
|
|
create_makefile("-test-/array/to_ary_concat")
|