This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make PL_uudmap a constant global. Remove the run time initialisation
authorNicholas Clark <nick@ccl4.org>
Tue, 24 Apr 2007 23:10:05 +0000 (23:10 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 24 Apr 2007 23:10:05 +0000 (23:10 +0000)
commit9444d2138b6b5264fb9381e43188986db5564e80
treec56e68d0cadd5c59c7f243be82a7cef277d14b40
parentbdc0bf6fc8e477f7c30b05ea4c2ff791dd0f31af
Make PL_uudmap a constant global. Remove the run time initialisation
code, and instead use it to generate a header at perl build time.
By removing uudmap from the interpreter structure we save 256 bytes
per child thread.

p4raw-id: //depot/perl@31059
MANIFEST
Makefile.SH
embedvar.h
intrpvar.h
perl.h
perlapi.h
pp_pack.c
sv.c
vms/descrip_mms.template
win32/Makefile
win32/makefile.mk