summaryrefslogtreecommitdiff
path: root/overload.h
Commit message (Collapse)AuthorAgeFilesLines
* PL_AMG_names is only used by gv.c (as far as Google code search canNicholas Clark2007-10-161-82/+2
| | | | | | | see), so it can easily be a static variable inside gv.c. This allows the implementation to be changed in future Perls within the 5.10.x series. p4raw-id: //depot/perl@32116
* Generate the overload enum and names array programatically, whichNicholas Clark2006-10-061-0/+168
allows experimentation with the order. The new order shaves nearly 900 bytes from gv.o, because the compiler can make smaller branch tables for switch statements. p4raw-id: //depot/perl@28950