Skip Menu |

This queue is for tickets about the B-Size CPAN distribution.

Report information
The Basics
Id: 57161
Status: new
Priority: 0/
Queue: B-Size

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.09
Fixed in: (no value)



Subject: [PATCH] package memory of lexicals
There are some issues with counting memory occupied by lexicals in B::TerseSize::package_size: - I think that $fsize should be used instead of $opsize - file lexicals should not be counted multiple times The two patches are in my CPAN directory: http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/patches/B-Size-0.09-SREZIC-01.patch http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/patches/B-Size-0.09-SREZIC-02.patch Regards, Slaven