This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
implement OP_IS_NUMCOMPARE like other OP_IS macros
authorJim Cromie <jim.cromie@gmail.com>
Mon, 18 Apr 2011 20:05:35 +0000 (14:05 -0600)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 10 Sep 2011 06:30:56 +0000 (23:30 -0700)
commit2b420b633b59fecd2561eeec600f17160862175b
treed88082f1bb7e3517d085feca3337cb9aa1ec1d08
parent0b2be16900832ccd9de494ff538bf070d8623089
implement OP_IS_NUMCOMPARE like other OP_IS macros

other macros are written by regen/opcode.pl into opnames.h
Generate OP_IS_NUMCOMPARE the same way, and get a micro-optimization.
Adds a new 'S<' operand type for the numeric comparison ops.
Needs make regen.
op.c
opnames.h
regen/opcode.pl
regen/opcodes