This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
authorArtur Bergman <sky@nanisky.com>
Sun, 2 Feb 2003 23:38:40 +0000 (23:38 +0000)
committerArtur Bergman <sky@nanisky.com>
Sun, 2 Feb 2003 23:38:40 +0000 (23:38 +0000)
commit3848b9623cf7b0bd4a28a02073a51953b168b7a6
treee9eff7653c42c82a44862ff4200441a635942c49
parent6bcd9130d180dcc5fa05ebcff16b88ac3339b31d
Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
threading issue. Should perhaps be a PVOP to save memory, but then
we have nowhere to store the hash of the function!

p4raw-id: //depot/perl@18640
dump.c
op.c
pp_hot.c