Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
authorNicholas Clark <nick@ccl4.org>
Tue, 21 Feb 2006 19:04:39 +0000 (19:04 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 21 Feb 2006 19:04:39 +0000 (19:04 +0000)
commit7a77f1af173fb7e6eb60fad332fc8a27d67c5ab6
tree5b12c1aafc704ce8a9886a756d52c79446b19d74
parent5d0b7876b0019191af58e1bc2dbfe65297fb07aa
Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
bits (0x0000XX00). This makes perl 3K smaller with -Os on x86 FreeBSD,
and might also help on other architectures (eg with 8 contiguous bits,
the SvOK() test on ARM won't need an intermediate constant).

p4raw-id: //depot/perl@27264
sv.h