Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PL_AMG_names is only used by gv.c (as far as Google code search can | Nicholas Clark | 2007-10-16 | 1 | -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, which | Nicholas Clark | 2006-10-06 | 1 | -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 |