Re: branch master updated: Disable clean-up at end of program

2025-03-09 Thread Patrice Dumas
On Sun, Mar 09, 2025 at 11:44:17AM +, Gavin Smith wrote: > > Also, maybe more 'philosophically', not freeing this memory is a bit > > like accepting that memory leaks are not an issue if the speed gain is > > important when the memory is only released at exit. > > I don't accept the term "memo

Re: branch master updated: Disable clean-up at end of program

2025-03-09 Thread Gavin Smith
On Sun, Mar 09, 2025 at 11:46:41AM +0100, Patrice Dumas wrote: > > For tests, I assume it could be checked if TEST is set? > > Yes. > > > Can the tests > > be used for checking if all memory is freed by the end? > > Not directly, the way I observe it is by looking at valgrind > reachable/total

Re: branch master updated: Disable clean-up at end of program

2025-03-09 Thread Patrice Dumas
On Sun, Mar 09, 2025 at 10:18:37AM +, Gavin Smith wrote: > On Sun, Mar 09, 2025 at 01:20:26AM +0100, Patrice Dumas wrote: > > On Sat, Mar 08, 2025 at 06:23:54PM -0500, Gavin D. Smith wrote: > > > This is an automated email from the git hooks/post-receive script. > > > > > > Disable clean-u

Re: branch master updated: Disable clean-up at end of program

2025-03-09 Thread Gavin Smith
On Sun, Mar 09, 2025 at 01:20:26AM +0100, Patrice Dumas wrote: > On Sat, Mar 08, 2025 at 06:23:54PM -0500, Gavin D. Smith wrote: > > This is an automated email from the git hooks/post-receive script. > > > > Disable clean-up at end of program > > > > * tta/perl/texi2any.pl: > > Co