This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Generate the overload enum and names array programatically, which
authorNicholas Clark <nick@ccl4.org>
Fri, 6 Oct 2006 21:19:26 +0000 (21:19 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 6 Oct 2006 21:19:26 +0000 (21:19 +0000)
commitbab3dc31a54b991bcbbb7b33bb5ede8251f0e056
tree49c57511090c50636f82738e294d2f6f9e59f9fb
parent8175493de8aa14da9d45b777a870a8e3de6e1135
Generate the overload enum and names array programatically, which
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
MANIFEST
overload.h [new file with mode: 0644]
overload.pl [new file with mode: 0644]
perl.h