[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Mon, 30 Sep 2024 17:07:06 -0400 (EDT) |
branch: master
commit 3f1d44c58a2103e71964947147a4a05e1d57a739
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Jul 23 10:59:41 2024 +0200
.gitignore: remove file now in tp/Texinfo/XS/. TODO: update.
---
.gitignore | 8 --------
tp/TODO | 10 ++++++----
2 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/.gitignore b/.gitignore
index d502b1bbf7..5652804878 100644
--- a/.gitignore
+++ b/.gitignore
@@ -355,14 +355,6 @@ tp/Texinfo/XS/structuring_transfo/StructuringTransfoXS.c
tp/Texinfo/XS/structuring_transfo/*.lo
tp/Texinfo/XS/parsetexi/Parsetexi.c
-tp/Texinfo/XS/parsetexi/config.h
-tp/Texinfo/XS/parsetexi/config.log
-tp/Texinfo/XS/parsetexi/config.guess
-tp/Texinfo/XS/parsetexi/config.in
-tp/Texinfo/XS/parsetexi/config.sub
-tp/Texinfo/XS/parsetexi/libtool
-tp/Texinfo/XS/parsetexi/ltmain.sh
-tp/Texinfo/XS/parsetexi/stamp-h1
tp/Texinfo/XS/parsetexi/.libs
tp/Texinfo/XS/parsetexi/*.la
diff --git a/tp/TODO b/tp/TODO
index cd38c38136..3cdcbd0130 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -814,8 +814,9 @@ export TEXINFO_XS_EXTERNAL_CONVERSION=1
Analysing memory use:
valgrinf massif useful-heap approximate distribution in 2024 (obsolete)
-valgrind --tool=massif --massif-out-file=massif_info.out perl -w texi2any.pl
../doc/texinfo.texi
-ms_print massif_info.out > ms_print_info.out
+mkdir -p massif
+valgrind --tool=massif --massif-out-file=massif/massif_info.out perl -w
texi2any.pl ../doc/texinfo.texi
+ms_print massif/massif_info.out > massif/ms_print_info.out
16M Perl
36M C tree
50M Perl tree (visible in detailed use, but difficult to do the
@@ -826,8 +827,9 @@ ms_print massif_info.out > ms_print_info.out
With full XS (7.2 64M, with text separate 58.5M, without info_info 56M
with integer extra keys 54M, with source marks as pointers 52.3M)
-valgrind --tool=massif --massif-out-file=massif_html.out perl -w texi2any.pl
--html ../doc/texinfo.texi
-ms_print massif_html.out > ms_print_html.out
+mkdir -p massif
+valgrind --tool=massif --massif-out-file=massif/massif_html.out perl -w
texi2any.pl --html ../doc/texinfo.texi
+ms_print massif/massif_html.out > massif/ms_print_html.out
useful-heap
25M = 13.1 + 5.8 + 2.9 + 2.5 + 0.7 Perl
17.8M Tree