This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.c: Remove proto storage optimisation for lex subs
authorFather Chrysostomos <sprout@cpan.org>
Mon, 30 Jul 2012 01:47:48 +0000 (18:47 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 16 Sep 2012 05:45:04 +0000 (22:45 -0700)
commitc10b414049566a0175bb3d6eb978ca6d788a5665
treebd8c296cc519648fe964a615880e314a5bef188d
parent13f89586fe60fad5f4be3e8b89d5e605a7552658
op.c: Remove proto storage optimisation for lex subs

It was already #if 0’d out.  This optimisation, copied from package
subs, only makes sense when there is autoloading, which lexical subs
don’t do.  Hence, lexical stubs will be rare indeed, so having an
optimisation for those just creates more nooks to hide bugs.
op.c