Move SvSTASH counting from SVt_PVCV to >= SVt_PVMG
authorFlorian Ragwitz <rafl@debian.org>
Sun, 30 Sep 2012 07:50:52 +0000 (16:50 +0900)
committerFlorian Ragwitz <rafl@debian.org>
Sun, 30 Sep 2012 07:50:52 +0000 (16:50 +0900)
commit7c8a009af172963b0e7bcf246281edc34ab65aa2
treeb4c8f78e5c434b98fa8fe9d3ff739ce864212172
parentc922539f9f7fb7cb484e1ee3039f74dba07ea525
Move SvSTASH counting from SVt_PVCV to >= SVt_PVMG

I assume that certain stashes might not be reached using the previous
behaviour. Both objects and CVs (and possibly even others) can have a stash.
For anonymous stashes without CVs in them, I believe SvSTASH would not be
counted if an object blessed in said anonymous stash would be processed.
Memory.xs