From c82ea8ac8a90b1f556eb16bee53890b2cd40e23d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 3 May 2018 21:32:55 +0000 Subject: increase patgen trie sizes even more git-svn-id: svn://tug.org/texlive/trunk@47604 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/ChangeLog | 6 +++--- Build/source/texk/web2c/patgen.ch | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Build/source') diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 017105e6834..84abe39fcd0 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,8 +1,8 @@ 2018-05-03 Karl Berry - * patgen.ch (trie_size, triec_size): increase one order of - magnitude, to 5500000 and 2600000. Request/patch from Werner Lemberg, - 27 Apr 2018 07:51:29. + * patgen.ch (trie_size, triec_size): increase greatly. + Request/patch from Werner Lemberg, 27 Apr 2018 07:51:29, + 03 May 2018 13:49:02. 2018-04-14 Karl Berry diff --git a/Build/source/texk/web2c/patgen.ch b/Build/source/texk/web2c/patgen.ch index 3cbc6c6b9f6..600e8a8b568 100644 --- a/Build/source/texk/web2c/patgen.ch +++ b/Build/source/texk/web2c/patgen.ch @@ -78,8 +78,8 @@ begin |trie_size| and greater than the number of occurrences of any pattern in the dictionary} @y -@!trie_size =5500000; {space for pattern trie} -@!triec_size=2600000; {space for pattern count trie, must be less than +@!trie_size=10000000; {space for pattern trie} +@!triec_size=5000000; {space for pattern count trie, must be less than |trie_size| and greater than the number of occurrences of any pattern in the dictionary} @z -- cgit v1.2.3