
Hi Jean Christophe,
thanks for your reply.
could you specify the size impact and performance impact? and on which board do you test it?
I tested u-boot over sh platforms and no size impact happens (just differencies of few bytes, you can verify this by yourself) About performances, really I obtain a 15% improvement during decompression. Moreover I have to say that, working for my company, we have improved more and more u-boot time just applying other patches regarding different area other than the zlib common one.
Please, let me know if my patch will be useful for the community. Best Regards, Giuseppe
-----Original Message----- From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagnioj@jcrosoft.com] Sent: Thursday, July 09, 2009 12:53 AM To: Giuseppe CONDORELLI Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] zlib: updated to v.1.2.3
On 07:04 Mon 29 Jun , Giuseppe CONDORELLI wrote:
This patch updates zlib to the latest stable version. Only relevant zlib parts were ported to u-boot tree, as already did for
the
current zlib (0.95). New zlib guarantees a faster inflate performances other then others improvements as explained at www.zlib.net
Signed-off-by: Giuseppe Condorelli giuseppe.condorelli@st.com
include/u-boot/zlib.h | 718 ++++++--- lib_generic/zlib.c | 3930
+++++++++++++++++++++++++------------------------
2 files changed, 2463 insertions(+), 2185 deletions(-)
could you specify the size impact and performance impact? and on which board do you test it?
Best Regards, J.