This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse: avoid deep recursion warning
authorDavid Mitchell <davem@iabyn.com>
Thu, 23 Feb 2017 13:41:35 +0000 (13:41 +0000)
committerDavid Mitchell <davem@iabyn.com>
Mon, 5 Jun 2017 11:52:17 +0000 (12:52 +0100)
commitf7f169a88ce4013295a6e0b5dc924e6d3b2d3aaa
treeb5d497d29132b9cf9885da8dcfd545f730cd6e91
parent10d904055cb202489bc6ddc7d583fd213a3a09b4
Deparse: avoid deep recursion warning

sub _pessimise_walk_exe() recursively walks the optree, so can easily
exceed a depth of 100.
lib/B/Deparse.pm