For PL_compiling, don't count the actual OP
authorFlorian Ragwitz <rafl@debian.org>
Mon, 1 Oct 2012 02:04:16 +0000 (11:04 +0900)
committerFlorian Ragwitz <rafl@debian.org>
Mon, 1 Oct 2012 02:04:16 +0000 (11:04 +0900)
commitd4266619832f5624a36ab044b860b57f15f66226
tree365b9b65b3bee94f95e84b9eea28e05195371242
parentc4e79872046996361742f209b9093b2ed4b092f4
For PL_compiling, don't count the actual OP

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.
Memory.xs