From: Tim Bunce Date: Fri, 28 Sep 2012 16:09:57 +0000 (+0900) Subject: add TODO X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7aa9284e0903ba6df7391358044a8c71a2995c73;p=p5sagit%2FDevel-Size.git add TODO --- diff --git a/static/MemView.pl b/static/MemView.pl index c8ca2ca..8e6cb63 100755 --- a/static/MemView.pl +++ b/static/MemView.pl @@ -9,6 +9,13 @@ use Getopt::Long; use Storable qw(dclone); use Devel::Dwarn; +=pod TODO + + Protect against nodes with thousands of children + perhaps replace all with single merged child that has no children itself. + +=cut + GetOptions( 'db=s' => \(my $opt_db = '../memnodes.db'), 'debug!' => \my $opt_debug,