From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giuseppe CONDORELLI Date: Thu, 9 Jul 2009 08:48:17 +0200 Subject: [U-Boot] [PATCH] zlib: updated to v.1.2.3 In-Reply-To: <20090708225249.GG28344@game.jcrosoft.org> Message-ID: <005601ca0061$45067800$c08182a4@st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 at jcrosoft.com] Sent: Thursday, July 09, 2009 12:53 AM To: Giuseppe CONDORELLI Cc: u-boot at 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 > --- > 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.