John Hawthorn 2025-12-19 10:21:55 +0000 (Fri, 19 Dec 2025)
New Revision: d9c0d4c71c
https://github.com/ruby/ruby/commit/d9c0d4c71c
Log:
Don't copy invalidated CME in rb_vm_cc_table_dup
The cc_entries list associated with the invalidated CME can be deleted
from the table during GC, so it isn't safe to copy (and we shouldn't
copy it anyways, it's stale data).
Modified files:
vm_method.c