Skip Menu |

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

Report information
The Basics
Id: 79541
Status: new
Priority: 0/
Queue: Devel-Size

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

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



Subject: CvPADLIST elements not included in total_size
perl -MDevel::Size=total_size -e 'sub bar { my $var = "x" x 2**20; bar($_[0]-1) if $_[0];} bar(20); warn total_size(\&bar)' 10962 The figure doesn't vary much regardless of the degree of recursion.