You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip GC relocation of stale block_code on C frames with JITFrame
When CFP_JIT_RETURN is true for a C frame (iseq is NULL in JITFrame),
block_code in the CFP is stale and must not be passed to
rb_gc_location during GC compaction. Only relocate iseq and
block_code for ISEQ frames with JITFrame.
0 commit comments