diff options
author | Benjamin Smith <bsmith@cabbage.org.uk> | 2008-01-24 21:55:37 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-26 09:34:13 +0000 |
commit | d01136d6c9d281873ffd814253bf0fec93cf20f4 (patch) | |
tree | 1d686afa4f955300820e856e6f76720530fbe106 /perl.h | |
parent | 167f2c4d08e1e8002713cb8693577f1ea3ac7b70 (diff) | |
download | perl-d01136d6c9d281873ffd814253bf0fec93cf20f4.tar.gz |
Re: struct context now 12.5% smaller than 5.10
Message-ID: <20080124215537.GB10198@vtrl.co.uk>
Date: Thu, 24 Jan 2008 21:55:37 +0000
p4raw-id: //depot/perl@33070
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4365,12 +4365,15 @@ EXTCONST char* const PL_block_type[] = { "NULL", "SUB", "EVAL", - "LOOP", + "WHEN", "SUBST", "BLOCK", "FORMAT", "GIVEN", - "WHEN" + "LOOP_FOR", + "LOOP_PLAIN", + "LOOP_LAZYSV", + "LOOP_LAZYIV", }; #else EXTCONST char* PL_block_type[]; |