diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-02-20 09:21:53 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-02-20 09:21:53 +0000 |
commit | 1518d620d80f21c46a5f3757b2ebf28b92c1d602 (patch) | |
tree | a0f39cad79b74c01021387c56a334f5188a283c8 /opcode.pl | |
parent | f30de7493b87cd1270b4840a21a0c5c0f76598a7 (diff) | |
download | perl-1518d620d80f21c46a5f3757b2ebf28b92c1d602.tar.gz |
Setting the f flag on length causes the op to be constant folded.
p4raw-id: //depot/perl@33337
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -760,7 +760,7 @@ abs abs ck_fun fsTu% S? # String stuff. -length length ck_lengthconst isTu% S? +length length ck_lengthconst ifsTu% S? substr substr ck_substr st@ S S S? S? vec vec ck_fun ist@ S S S |