This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reorder the external regexp flags to get RXf_PMf_STD_PMMOD into the
authorNicholas Clark <nick@ccl4.org>
Sat, 29 Dec 2007 17:01:51 +0000 (17:01 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 29 Dec 2007 17:01:51 +0000 (17:01 +0000)
commit52d81aa88ad6014ec0ca7c381776c58dd68e428a
treeb736c2dbcdd28453c37cad08c4075e004705ffc6
parent14f3b9f2b06052c35a95062569fb2799771d1e2b
Reorder the external regexp flags to get RXf_PMf_STD_PMMOD into the
lowest 4 bits (which saves a shift), and the "flags indicating special
patterns" into contiguous bits. This makes everything a little tidier,
and saves 88 bytes (woohoo!) of object file with -Os on x86 FreeBSD.

p4raw-id: //depot/perl@32775
op.h
regexp.h
regnodes.h