[Zlib-devel] TR: result of compression test
Cosmin Truta
cosmin at cs.toronto.edu
Sat Jul 24 23:34:27 EDT 2010
On Mon, Jul 19, 2010 at 1:47 PM, Gilles Vollant wrote:
> pehaps you can try ohter optimisation on GCC
> ( -flto for link time optimization, -fprofile-generate...)
I'd like to do LTO, I think it's a good idea, except that it seems
this feature is not quite ready for prime time in MinGW. Maybe later
(with later zlib versions).
OTOH I'm not so fond of -fprofile-generate. There's nothing wrong with
it for a domain-specific application with restricted kinds of input,
but here zlib is supposed to handle every conceivable kind of input
and compression parameters in a well-balanced manner. Tailoring the
executable for source code (such as the Linux kernel), or for any
other kind of specific inputs, will put everything else at a
disadvantage.
So, is the DLL archive that I prepared, good to go?
http://cosmin.users.sourceforge.net/testing/zlib125-dll_ASM.zip
(to be renamed as zlib125-dll.zip)
Best regards,
Cosmin
More information about the Zlib-devel
mailing list