This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_invlists.pl: Keep core tables adjacent
authorKarl Williamson <khw@cpan.org>
Fri, 20 Apr 2018 02:52:24 +0000 (20:52 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 20 Apr 2018 07:11:53 +0000 (01:11 -0600)
commit2d74dcf2f3a03c7d1ea8f589d476186ceea6a76a
treee1c6ab940b0b4665054f5ad90d9dc4d09aef4671
parent4eea95a6b7e3bac6eb2bfb977ed22e736b52bf52
regen/mk_invlists.pl: Keep core tables adjacent

The expectation is that most of the Unicode tables won't be used in any
given run, and since they reside in the text segment, won't get paged
in.  But that's not true of the tables used by the perl core.  So make
them adjacent so that paging one in will get some of the others.
charclass_invlists.h
regen/mk_invlists.pl