This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).
authorNicholas Clark <nick@ccl4.org>
Sun, 27 Jun 2010 12:06:12 +0000 (13:06 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 27 Jun 2010 17:42:57 +0000 (18:42 +0100)
commit6ad8f254c95c6d4523948ded91d651dcc490dee5
tree2576b906296333c44a52f734fb2c94b77dbc5b9a
parent9fed9930ce50e45354ea3630282369d9cbf41332
Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).

This reduces object code size, reducing CPU cache pressure on the non-exception
paths.
15 files changed:
av.c
doop.c
embed.fnc
embed.h
global.sym
mg.c
pp.c
pp_hot.c
pp_sort.c
pp_sys.c
proto.h
regcomp.c
sv.c
universal.c
util.c