This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add OP_FREED op type
authorFather Chrysostomos <sprout@cpan.org>
Sat, 23 Jun 2012 16:50:15 +0000 (09:50 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 29 Jun 2012 07:20:56 +0000 (00:20 -0700)
commit6e64f32b089786e5be480ddf137d427c003b791b
tree98935083f604896fd3768d53dd3a54ee47e88eac
parentbb38a9e0f528ce1ecffe4f8c3c76984148803932
Add OP_FREED op type

This is a dummy op type that should never be seen by any code except
op allocation code (to come).

So it is not in the usual list of opcodes, but is #defined outside the
range valid of opcodes.
opnames.h
regen/opcode.pl