[Zlib-devel] zlib-1.2.5 DLL build
Gilles Vollant
info at winimage.com
Mon Jul 19 03:25:29 EDT 2010
I made a test for several DLL
http://gvollant.free.fr/zlib125_dll_collection.zip
this include the three latest DLL from Cosmin
and my build with Visual Studio 2010, with and without assembly code, with
and without using profile guided optimisation
usage for test
go do testzl directory
start
dotst <filename_to_test_compress> 32768 32768
or with maximal compression
dotst <filename_to_test_compress> 32768 32768 9
-----Message d'origine-----
De : zlib-devel-bounces at madler.net [mailto:zlib-devel-bounces at madler.net] De
la part de Cosmin Truta
Envoyé : lundi 19 juillet 2010 07:06
À : zlib-devel at madler.net
Objet : Re: [Zlib-devel] zlib-1.2.5 DLL build
On Mon, Jul 12, 2010 at 4:01 AM, Cosmin Truta wrote:
> I have (finally...) built the zlib-1.2.5 DLL according to the specs
> stated in DLL_FAQ [...]
... and I also built the same thing, but with ASM enabled.
The two archives are available at:
http://cosmin.users.sourceforge.net/testing/zlib125-dll.zip
http://cosmin.users.sourceforge.net/testing/zlib125-dll_ASM.zip
The first one is the old, non-ASM; the second one is the ASM-enabled
build (ASMV+ASMINF).
Only one of the two should be published. If the other folks think that
the ASM version is the way to go, it should be renamed as
zlib125-dll.zip, which should be the canonical name.
Here is an excerpt from the README file included in zlib125-dll_ASM.zip:
Compiler:
gcc-4.5.0-1-mingw32
Library:
mingwrt-3.17, w32api-3.14
Build commands:
gcc -c -DASMV contrib/asm686/match.S
gcc -c -DASMINF -I. -O3 contrib/inflate86/inffas86.c
make -f win32/Makefile.gcc LOC="-DASMV -DASMINF" OBJA="inffas86.o match.o"
Best regards,
Cosmin
_______________________________________________
Zlib-devel mailing list
Zlib-devel at madler.net
http://mail.madler.net/mailman/listinfo/zlib-devel_madler.net
More information about the Zlib-devel
mailing list