This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
authorNicholas Clark <nick@ccl4.org>
Fri, 16 Jul 2004 11:04:37 +0000 (11:04 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 16 Jul 2004 11:04:37 +0000 (11:04 +0000)
commite90e236463307bd7f53439b91573fe42e9cb8901
tree89bf49d9ec83486ed0205849ff8ae782b1c2947e
parentb0bc38e63ed7e7e448fb07e45ee093d3b3d54be8
Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
and sv_savesharedpv. Need to create non-void returning versions of
Copy and Zero, as the existing macros deliberately cast to (void)

p4raw-id: //depot/perl@23126
handy.h
malloc.c
perl.c
pod/perlapi.pod
sv.c
util.c