Hi Taco, On Fri, 26 Jan 2007, Taco Hoekwater wrote:
While debugging luatex, I ran into this warning from valgrind that seems to affect regular pdftex as well:
==4016== Conditional jump or move depends on uninitialised value(s) ==4016== at 0x80F851B: longest_match (deflate.c:1143) ==4016== by 0x80F9848: deflate_slow (deflate.c:1595) ==4016== by 0x80F8D98: deflate (deflate.c:790)
on the x86_64 linux i currently can't reproduce it, but remember seen it on i586 (and couldn't find the cause). Which valgrind --tool did you use? BTW, i changed writezip.c here so that intermediate deflateInit() calls would be replaced just by deflateReset(); and no intermediate deflateEnd(). Hope was that the then removed memory reallocations would speed it up. It works, but no speed gain. Regards, Hartmut