u-boot/lib_generic
Joakim Tjernlund cd514aeb99 zlib: Optimize decompression
This patch optimizes the direct copy procedure.
Uses get_unaligned() but only in one place.
The copy loop just above this one can also use this
optimization, but I havn't done so as I have not tested if it
is a win there too.
On my MPC8321 this is about 17% faster on my JFFS2 root FS
than the original. No speed test has been performed in u-boot.

Size increase on ppc: 484 bytes

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-05 01:32:32 +01:00
..
2009-12-05 01:30:23 +01:00
2008-12-15 22:05:36 +01:00
2008-08-29 12:25:02 +02:00
2009-12-02 23:42:40 +01:00
2008-07-11 01:16:00 +02:00
2008-10-18 21:54:01 +02:00
2008-06-30 22:57:16 +02:00
2009-12-05 01:08:53 +01:00
2009-12-05 01:32:32 +01:00