Front page | perl.perl5.porters |
Postings from February 2013
Re: PL_sv_objcount
Thread Previous
|
Thread Next
From:
bulk88
Date:
February 28, 2013 07:22
Subject:
Re: PL_sv_objcount
Message ID:
BLU0-SMTP167C7D551C8DDFB60F244B7DFFE0@phx.gbl
Steffen Mueller wrote:
> On 02/27/2013 08:11 PM, Nicholas Clark wrote:
>> So yes, good catch. It's going to be non-zero for any meaningful program.
>
> Alas, removing it (see branch smueller smueller/killsvobjcount2), makes
> the following test in t/op/stash.t fail. My hunch is that it's
> uncovering another bug?
I did some tests, and one liners, print()s and system()s do not use the
" if (PL_sv_objcount) {" code path. I would leave it it alone for
performance reasons.
Thread Previous
|
Thread Next