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

commits+karl at tug.org commits+karl at tug.org
Thu May 3 23:32:56 CEST 2018


Revision: 47604
          http://tug.org/svn/texlive?view=revision&revision=47604
Author:   karl
Date:     2018-05-03 23:32:55 +0200 (Thu, 03 May 2018)
Log Message:
-----------
increase patgen trie sizes even more

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 21:31:32 UTC (rev 47603)
+++ trunk/Build/source/texk/web2c/ChangeLog	2018-05-03 21:32:55 UTC (rev 47604)
@@ -1,8 +1,8 @@
 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.
+	* 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  <karl at tug.org>
 

Modified: trunk/Build/source/texk/web2c/patgen.ch
===================================================================
--- trunk/Build/source/texk/web2c/patgen.ch	2018-05-03 21:31:32 UTC (rev 47603)
+++ trunk/Build/source/texk/web2c/patgen.ch	2018-05-03 21:32:55 UTC (rev 47604)
@@ -78,8 +78,8 @@
  |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



More information about the tex-live-commits mailing list