This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
another change towards a shareable optree: avoid pointer to filegv
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 11 Nov 1999 06:04:20 +0000 (06:04 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 11 Nov 1999 06:04:20 +0000 (06:04 +0000)
commit57843af05bc7863df9b9bfb6b37e3a29d08532a9
treeafce7f3f9e5ac7d38a7578c9d040f161c686fe6b
parent743e66e61aecff1c9998bd0ff719a1d679b03e9f
another change towards a shareable optree: avoid pointer to filegv
in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
(CvFILE() may yet come in handy somewhere); adjust compiler doodads
to suit

p4raw-link: @4485 on //depot/perl: b195d4879f55e1610299cb9b1b55356940c2a577

p4raw-id: //depot/perl@4545
33 files changed:
bytecode.pl
cop.h
cv.h
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/CC.pm
ext/B/B/Debug.pm
ext/B/B/Deparse.pm
ext/B/B/Lint.pm
ext/B/B/Xref.pm
ext/ByteLoader/bytecode.h
ext/ByteLoader/byterun.c
ext/ByteLoader/byterun.h
ext/Devel/Peek/Peek.pm
gv.c
gv.h
op.c
perl.c
pp.c
pp_ctl.c
pp_sys.c
scope.c
scope.h
sv.c
sv.h
toke.c
util.c
util.h
win32/perllib.c