From 1d784e6e237160aab28dee35d8698548931adb72 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 12 Jan 2008 19:36:48 +0000 Subject: output next_string_free, from Martin git-svn-id: svn://tug.org/texlive/trunk@6201 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/web2c/ChangeLog | 3 +++ Build/source/texk/web2c/web2c/main.c | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'Build/source') diff --git a/Build/source/texk/web2c/web2c/ChangeLog b/Build/source/texk/web2c/web2c/ChangeLog index 13d3176c546..f115b4dc6c8 100644 --- a/Build/source/texk/web2c/web2c/ChangeLog +++ b/Build/source/texk/web2c/web2c/ChangeLog @@ -1,5 +1,8 @@ 2008-01-12 Karl Berry + * web2c/main.c (main): output next_string_free if debugging. + From Martin, 10 Jan 2008 15:42:42. + * web2c/main.c (max_strings, hash_prime, sym_table_size, unused): increase substantially, per luatex. ntg-pdftex mail from Akira, 10 Jan 2008 23:49:02. diff --git a/Build/source/texk/web2c/web2c/main.c b/Build/source/texk/web2c/web2c/main.c index 0ed55db586d..60a3c8eef84 100644 --- a/Build/source/texk/web2c/web2c/main.c +++ b/Build/source/texk/web2c/web2c/main.c @@ -267,7 +267,10 @@ main P2C(int, argc, string *, argv) xfclose (coerce, coerce_name); if (debug) - fprintf (stderr, "%d symbols.\n", next_sym_free); + { + fprintf (stderr, "%d symbols.\n", next_sym_free); + fprintf (stderr, "%d strings.\n", next_string_free); + } return EXIT_SUCCESS; } -- cgit v1.2.3