diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-04-07 11:29:51 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-04-07 11:29:51 +0000 |
commit | dca6062a863d0e957d067cc75f9e13b2e28b1090 (patch) | |
tree | ba5e82876236d273b32dfcb60607b1a1eefe679a /global.sym | |
parent | b1cf8b36002caf0ed4905946652ecfd99208858c (diff) | |
download | perl-dca6062a863d0e957d067cc75f9e13b2e28b1090.tar.gz |
Eliminate cop_label from struct cop by storing a label as the first
entry in the hints hash. Most statements don't have labels, so this
will save memory. Not sure how much.
p4raw-id: //depot/perl@33656
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 870b77b212..f00e96d9de 100644 --- a/global.sym +++ b/global.sym @@ -770,4 +770,5 @@ Perl_mro_method_changed_in Perl_sys_init Perl_sys_init3 Perl_sys_term +Perl_fetch_cop_label # ex: set ro: |