mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Embedded shared strings cannot be moved because strings point into the slot of the shared string. There may be code using the RSTRING_PTR on the stack, which would pin the string but not pin the shared string, causing it to move.