Project

General

Profile

« Previous | Next » 

Revision 548086b3

Added by byroot (Jean Boussier) over 2 years ago

ObjectSpace::WeakMap: fix compaction support

[Bug #19529]

rb_gc_update_tbl_refs can't be used on w->obj2wmap because it's
not a VALUE -> VALUE table, but a VALUE -> VALUE * table, so
we need some dedicated iterator.