op.c:newMYSUB: disable stub optimisation
authorFather Chrysostomos <sprout@cpan.org>
Fri, 6 Jul 2012 21:31:31 +0000 (14:31 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 16 Sep 2012 05:44:58 +0000 (22:44 -0700)
commit4ab466d9a0c010c94b6aec7b9569c75ded3acfb4
tree38cd44120a1cc5d78500b8420957417a93aea5d5
parent5027875589574a2ca6c9fb86193d4c8f720ef004
op.c:newMYSUB: disable stub optimisation

It will be a lot easier to get things working without this, for now.
It can be reënabled later.  It might not be worth it, though, as
AUTOLOADing will ignore lexical subs, and this optimisation is mainly
for AUTOLOAD stubs that are rarely used.
op.c