This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Don't populate inverse tables
authorKarl Williamson <public@khwilliamson.com>
Mon, 22 Aug 2011 00:14:40 +0000 (18:14 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:14 +0000 (08:09 -0700)
commit862fd1078287c2ba7cda97c58528614ae0fbe597
treece84f44d4832a71622adaaa8935639c9dfd713dc
parentec40ee88e0898838adba3e07cc8d62b7d0790802
mktables: Don't populate inverse tables

This patch saves some memory and time by skipping the populating of
tables which are complements of other ones.  It relies on a previous
commit that causes operations on the complement to actually work on
the values of the master.
lib/unicore/mktables