[Zlib-devel] New compilation to test

Gilles Vollant info at winimage.com
Sat Oct 4 06:37:56 EDT 2003


I had already uploaded
http://www.winimage.com/zLibDll/zlib-1207-dll-testvc7.zip
 
I just added
http://www.winimage.com/zLibDll/zlib-1207-dll-testvc71a.zip
http://www.winimage.com/zLibDll/zlib-1207-dll-testvc6.zip

 
zlib-1207-dll-testvc7.zip is made using pure VC7.1 environement
zlib-1207-dll-testvc71a.zip is made using VC7.1 compiler with VC6 header and
library (see below why)
zlib-1207-dll-testvc6.zip is made using pure VC6 environement
 
The only problem with pure VC7.1 environement is they depends on
msvcr71.dll. VC6 header depends on msvcrt.dll (widely distributed)
 
zlib-1207-dll-testvc7.zip compilation are made using /G6 option (optimize
for PPro, P-II, P-III)
 
in zlib-1207-dll-testvc71a.zip and zlib-1207-dll-testvc6.zip :
asm and noasm compilation are made using /G6 option (optimize for PPro,
P-II, P-III)
asmGB and noasmGB compilation are made using /GB option (optimize for
blended model)
 
I've also added testzlib_d.exe , my bench tools. testzlib_d.exe rely on
zlib1.dll (for testing all DLL speed)
the syntax is:
TestZlib <File> [BlockSizeCompress] [BlockSizeUncompress] [compres. level]
where file is an (uncompressed) filename to test
BlockSizeCompress is the chunk size block we give to compressor
BlockSizeUncompress is the chunk size block we give to uncompressor
compress level is compression level between 1 and 9
 
testZlib try compress and after uncompress the file, and display the time
used.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://madler.net/pipermail/zlib-devel_madler.net/attachments/20031004/b4cba29b/attachment.html>


More information about the Zlib-devel mailing list