This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: op_seq (was: Freeing code)
authorPaul Johnson <paul@pjcj.net>
Sat, 21 Feb 2004 02:31:47 +0000 (03:31 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 21 Feb 2004 16:18:32 +0000 (16:18 +0000)
commit2814eb746a9281fd66cc5c45be3b127463ec07c7
tree9450012410210846e803553bfba88446fa14206c
parentdb8ddb421f6758f0b11b38073916c1366f5b4515
Re: op_seq (was: Freeing code)
Message-ID: <20040221013147.GB6953@pjcj.net>

Rework the OP structure to use less space.
Remove op_seq (and simulate it in dump.c),
replace it by op_opt and op_static,
shrink op_type, remove PL_op_seqmax.

p4raw-id: //depot/perl@22353
17 files changed:
bytecode.pl
dump.c
embed.h
embedvar.h
ext/B/B.xs
ext/B/B/Asmdata.pm
ext/B/B/C.pm
ext/B/B/Concise.pm
ext/B/B/Debug.pm
ext/ByteLoader/byterun.c
ext/ByteLoader/byterun.h
intrpvar.h
op.c
op.h
perlapi.h
pod/perlintern.pod
sv.c