summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-10-12 08:10:41 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-10-12 10:48:21 -0700
commit73f4c4fe76492cf68c8a57ccae33a9a3e5a87206 (patch)
tree9b8985396f29354cdeb636cbaeaf5e7ec615ab88 /opcode.h
parent457427054efbb32a4c1e4298aa72a5221d72628f (diff)
downloadperl-73f4c4fe76492cf68c8a57ccae33a9a3e5a87206.tar.gz
Optimise "@_" to a single join
instead of stringify(join(...)).
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 142c75e131..f555e91fbb 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1413,7 +1413,7 @@ EXT Perl_check_t PL_check[] /* or perlvars.h */
Perl_ck_null, /* subtract */
Perl_ck_null, /* i_subtract */
Perl_ck_concat, /* concat */
- Perl_ck_fun, /* stringify */
+ Perl_ck_stringify, /* stringify */
Perl_ck_bitop, /* left_shift */
Perl_ck_bitop, /* right_shift */
Perl_ck_cmp, /* lt */