This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
usurp GVOP slot for new PADOP (one small step to making optree
authorGurusamy Sarathy <gsar@cpan.org>
Fri, 29 Oct 1999 03:00:21 +0000 (03:00 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Fri, 29 Oct 1999 03:00:21 +0000 (03:00 +0000)
commit7934575e193741c310ddb7f01d6d07c9981c3d29
tree9b9135ad0559f0da22a2bb159f0a38bb81777f07
parenta1f333424726116552fec059c74f91eae67b2820
usurp GVOP slot for new PADOP (one small step to making optree
shareable across interpreters)

p4raw-id: //depot/perl@4484
24 files changed:
bytecode.pl
doio.c
dump.c
ext/B/B.pm
ext/B/B.xs
ext/B/B/Asmdata.pm
ext/B/B/Bytecode.pm
ext/B/B/C.pm
ext/B/B/Debug.pm
ext/B/B/Deparse.pm
ext/B/B/Lint.pm
ext/B/B/Terse.pm
ext/B/typemap
ext/ByteLoader/byterun.c
ext/ByteLoader/byterun.h
op.c
op.h
opcode.h
opcode.pl
perl.h
pp_hot.c
pp_sys.c
regexec.c
run.c