Attempt to count PL_compiling
authorFlorian Ragwitz <rafl@debian.org>
Mon, 1 Oct 2012 01:27:16 +0000 (10:27 +0900)
committerFlorian Ragwitz <rafl@debian.org>
Mon, 1 Oct 2012 01:27:16 +0000 (10:27 +0900)
commite00be093a90151e94f62277366ffc58d3566a392
tree1808fb617d0a965798534839c4eb8a1b11ba4ca6
parentb5b3464ac293121dc7e855882536573e67eb08be
Attempt to count PL_compiling

Often, PL_compiling will have an op_type of OP_NULL, making it being counted as
a regular base op. However, it's memory is being allocated within the
PerlInterpreter structure or in a proper global as a full COP, not just a
BASEOP. Therefore it's possible for it to be counted wrong right now.
Memory.xs