From: Vasiljevic Z. <zv...@ar...> - 2008-11-19 14:41:02
|
On 19.11.2008, at 15:13, Bernd Eidenschink wrote: > I compiled the trunk against TCL 8.5.5, the first time with > "vtmalloc", the > second time with original untouched Tcl. > Cannot comment on 8.5.5. Still using 8.4 branch (conservative user- base, heh). But... > But the results on my local box are... a little bit scary right now. > ... scary is relative. So, how scary is your "scary", really? (BTW, if I were you, I would turn ANY "clever" memory allocator and use malloc/free everywhere when debugging memory.) As from our experience... if we leak (which is not unlikely) then it is far from scary, as otherwise I'd already pull-out all my hair. However, when looking in the mirror, I can say we are not leaking. Cheers Zoran |