mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 21:14:28 +00:00
The ary_make_shared call may allocate, which can trigger a GC compaction. This can cause the array to be embedded because it has a length of 0.
The ary_make_shared call may allocate, which can trigger a GC compaction. This can cause the array to be embedded because it has a length of 0.