Luke Gruber 2026-05-14 20:47:07 +0000 (Thu, 14 May 2026)
New Revision: fff4b3ef2e
https://github.com/ruby/ruby/commit/fff4b3ef2e
Log:
Make T_MATCH objects able to go through the GC cleanup_p fastpath
I think it's likely they will go through this path as well.
Bitflag for external offsets allocation is jhawthorn's idea, since size
always equals num_regs if it's allocated.
Modified files:
gc.c
internal/re.h
re.c