It's either stored in the data section or in the PerlInterpreter struct, so it
should not be counted or counted as part of struct PerlInterpreter. However, we
do wanna count things referenced from PL_compiling, such as cop_file and the
hints hash, if present.
check_new_and_strlen(st, PL_inplace, NPathLink("PL_inplace"));
/* TODO PL_pidstatus */
/* TODO PL_stashpad */
- op_size_class(aTHX_ &PL_compiling, OPc_COP, 0, st, NPathLink("PL_compiling"));
+ op_size_class(aTHX_ &PL_compiling, OPc_COP, 1, st, NPathLink("PL_compiling"));
/* TODO stacks: cur, main, tmps, mark, scope, save */
/* TODO PL_exitlist */