From: Tom Rini <trini@kernel.crashing.org>
To: Andrew Morton <akpm@osdl.org>,
Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH 2.6.9-rc1 0/3] zlib_inflate and ppc32 changes
Date: Fri, 3 Sep 2004 11:40:12 -0700 [thread overview]
Message-ID: <20040903184012.GC6290@smtp.west.cox.net> (raw)
Hi. This series of patches first changes zlib_inflate/ to be more
easily picked at by moving some non-core functions into their own file.
Next, this switches zlib_inflate_trees_fixed(...) from using a static
table, to generating that table. This can save us up to 4kB from the
vmlinux (ppc32) and when used in the boot/ code, up to 8kB. Finally, we
switch arch/ppc/boot/ from using it's own version of zlib to using
lib/zlib_inflate. All of this should also lead the way for
lib/inflate.c going away.
--
Tom Rini
http://gate.crashing.org/~trini/
next reply other threads:[~2004-09-03 18:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-03 18:40 Tom Rini [this message]
2004-09-03 19:00 ` [PATCH 2.6.9-rc1 1/3] zlib_inflate: Move zlib_inflateSync & friends Tom Rini
2004-09-03 19:13 ` [PATCH 2.6.9-rc1 2/3] zlib_inflate: Make zlib_inflate_trees_fixed(...) generate the table Tom Rini
2004-09-03 19:46 ` [PATCH 2.6.9-rc1 3/3] ppc32: Switch arch/ppc/boot to lib/zlib_inflate Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040903184012.GC6290@smtp.west.cox.net \
--to=trini@kernel.crashing.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome