texlive[47594] Build/source/texk/web2c: increase patgen trie sizes

commits+karl at tug.org commits+karl at tug.org
Thu May 3 19:50:38 CEST 2018


Revision: 47594
          http://tug.org/svn/texlive?view=revision&revision=47594
Author:   karl
Date:     2018-05-03 19:50:38 +0200 (Thu, 03 May 2018)
Log Message:
-----------
increase patgen trie sizes 10x

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/patgen.ch

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2018-05-03 16:48:38 UTC (rev 47593)
+++ trunk/Build/source/texk/web2c/ChangeLog	2018-05-03 17:50:38 UTC (rev 47594)
@@ -1,3 +1,9 @@
+2018-05-03  Karl Berry  <karl at freefriends.org>
+
+	* 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.
+
 2018-04-14  Karl Berry  <karl at tug.org>
 
 	* TeX Live 2018 release.

Modified: trunk/Build/source/texk/web2c/patgen.ch
===================================================================
--- trunk/Build/source/texk/web2c/patgen.ch	2018-05-03 16:48:38 UTC (rev 47593)
+++ trunk/Build/source/texk/web2c/patgen.ch	2018-05-03 17:50:38 UTC (rev 47594)
@@ -78,8 +78,8 @@
  |trie_size| and greater than the number of occurrences of any pattern in
  the dictionary}
 @y
-@!trie_size=550000; {space for pattern trie}
-@!triec_size=260000; {space for pattern count trie, must be less than
+@!trie_size =5500000; {space for pattern trie}
+@!triec_size=2600000; {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



More information about the tex-live-commits mailing list