This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate cop_label from struct cop by storing a label as the first
authorNicholas Clark <nick@ccl4.org>
Mon, 7 Apr 2008 11:29:51 +0000 (11:29 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 7 Apr 2008 11:29:51 +0000 (11:29 +0000)
commitdca6062a863d0e957d067cc75f9e13b2e28b1090
treeba5e82876236d273b32dfcb60607b1a1eefe679a
parentb1cf8b36002caf0ed4905946652ecfd99208858c
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
cop.h
embed.fnc
embed.h
ext/B/B/Deparse.pm
global.sym
hv.c
op.c
proto.h