From 9444d2138b6b5264fb9381e43188986db5564e80 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 24 Apr 2007 23:10:05 +0000 Subject: 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 --- embedvar.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'embedvar.h') diff --git a/embedvar.h b/embedvar.h index 9c539781ce..e55941a723 100644 --- a/embedvar.h +++ b/embedvar.h @@ -377,7 +377,6 @@ #define PL_utf8_xdigit (vTHX->Iutf8_xdigit) #define PL_utf8cache (vTHX->Iutf8cache) #define PL_utf8locale (vTHX->Iutf8locale) -#define PL_uudmap (vTHX->Iuudmap) #define PL_warnhook (vTHX->Iwarnhook) #define PL_xmlfp (vTHX->Ixmlfp) @@ -642,7 +641,6 @@ #define PL_Iutf8_xdigit PL_utf8_xdigit #define PL_Iutf8cache PL_utf8cache #define PL_Iutf8locale PL_utf8locale -#define PL_Iuudmap PL_uudmap #define PL_Iwarnhook PL_warnhook #define PL_Ixmlfp PL_xmlfp -- cgit v1.2.1