mirror of
https://github.com/ruby/ruby.git
synced 2026-08-15 11:50:22 +08: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.