This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add an optimisation to allow proxy constant subroutines to be copied
authorNicholas Clark <nick@ccl4.org>
Thu, 22 Dec 2005 11:23:34 +0000 (11:23 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 22 Dec 2005 11:23:34 +0000 (11:23 +0000)
commite26df76ac13ccf3f750bea05eac65b7ffffc7826
treed11edf27d8ba34c895c8936275642e04a8ccebb9
parent08247bd41cc7b76a946c65fcbf364608f5bde98d
Add an optimisation to allow proxy constant subroutines to be copied
as proxy constant subroutines in a new symbol table where possible.
(Rather than converting them to full blown constant subroutines and
instantiating 2 typeglobs)

p4raw-id: //depot/perl@26446
ext/B/t/concise-xs.t
gv.c
gv.h
op.c
op.h
pp.c
pp_hot.c
sv.c