summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-02-20 00:02:53 +0000
committerNicholas Clark <nick@ccl4.org>2006-02-20 00:02:53 +0000
commit5b4563c8796d609e1b00a7e3af7630b7fee611ae (patch)
tree1dc3c5116c37a52c97d257795882c0c9a5238ba9 /ext
parente7209bcaa7a0208031a134e012ecbac81c118588 (diff)
downloadperl-5b4563c8796d609e1b00a7e3af7630b7fee611ae.tar.gz
Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,
and make other flag bits that are paired in the code adjacent. Will produce tighter code on ARM; might help on other platforms too. p4raw-id: //depot/perl@27234
Diffstat (limited to 'ext')
-rw-r--r--ext/Devel/Peek/t/Peek.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Devel/Peek/t/Peek.t b/ext/Devel/Peek/t/Peek.t
index 5fcd108842..d7b51ee721 100644
--- a/ext/Devel/Peek/t/Peek.t
+++ b/ext/Devel/Peek/t/Peek.t
@@ -219,7 +219,7 @@ do_test(13,
DEPTH = 0
(?: MUTEXP = $ADDR
OWNER = $ADDR
-)? FLAGS = 0x404
+)? FLAGS = 0x90
OUTSIDE_SEQ = \\d+
PADLIST = $ADDR
PADNAME = $ADDR\\($ADDR\\) PAD = $ADDR\\($ADDR\\)
@@ -499,7 +499,7 @@ do_test(23,
DEPTH = 0
(?: MUTEXP = $ADDR
OWNER = $ADDR
-)? FLAGS = 0x200
+)? FLAGS = 0x400
OUTSIDE_SEQ = 0
PADLIST = 0x0
OUTSIDE = 0x0 \\(null\\)');