mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2.6.9-rc1 0/3] zlib_inflate and ppc32 changes
@ 2004-09-03 18:40 Tom Rini
  2004-09-03 19:00 ` [PATCH 2.6.9-rc1 1/3] zlib_inflate: Move zlib_inflateSync & friends Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Rini @ 2004-09-03 18:40 UTC (permalink / raw)
  To: Andrew Morton, Kernel Mailing List

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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-09-03 20:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-03 18:40 [PATCH 2.6.9-rc1 0/3] zlib_inflate and ppc32 changes Tom Rini
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

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