> @!trie_size=110021182;
> @!triec_size=55000006;
Compiling with gcc on centos7, I get link warnings with that value for
triec_size (trie_size was ok):
patgen.o: In function `initialize':
.../source/Work/texk/web2c/patgen.c:178:(.text+0x2e9):
relocation truncated to fit: R_X86_64_32S against symbol `xchr'
defined in COMMON section in patgen.o
To avoid the warning, I had to reduce the latter value to
@!triec_size=54677566;
So I committed that (plus the 100* reordering), r51154.
Thank you, I have had no problems with these values.
Keno