Reclaim one VALUE from rb_classext_t
VALUE
rb_classext_t
The includer field is only used for T_ICLASS, so by moving it into the existing union we can save one VALUE per class and module.
includer
T_ICLASS
Reclaim one
VALUE
fromrb_classext_t
The
includer
field is only used forT_ICLASS
, so by movingit into the existing union we can save one
VALUE
per classand module.