diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-10-12 08:10:41 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-10-12 10:48:21 -0700 |
commit | 73f4c4fe76492cf68c8a57ccae33a9a3e5a87206 (patch) | |
tree | 9b8985396f29354cdeb636cbaeaf5e7ec615ab88 /regen/opcodes | |
parent | 457427054efbb32a4c1e4298aa72a5221d72628f (diff) | |
download | perl-73f4c4fe76492cf68c8a57ccae33a9a3e5a87206.tar.gz |
Optimise "@_" to a single join
instead of stringify(join(...)).
Diffstat (limited to 'regen/opcodes')
-rw-r--r-- | regen/opcodes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/opcodes b/regen/opcodes index d610d309e2..e0d3c9e4df 100644 --- a/regen/opcodes +++ b/regen/opcodes @@ -133,7 +133,7 @@ i_add integer addition (+) ck_null ifsT2 S S subtract subtraction (-) ck_null IfsT2 S S i_subtract integer subtraction (-) ck_null ifsT2 S S concat concatenation (.) or string ck_concat fsT2 S S -stringify string ck_fun fsT@ S +stringify string ck_stringify fsT@ S left_shift left bitshift (<<) ck_bitop fsT2 S S right_shift right bitshift (>>) ck_bitop fsT2 S S |