Messages in this thread |  | | | Date | Wed, 01 Apr 2009 13:55:28 -0700 | | From | "H. Peter Anvin" <> | | Subject | Re: [PATCH 1/2] lib: add fast lzo decompressor |
| |
Andreas Robinson wrote: > > Perhaps the system can default to the safe decompressor for normal use > and choose the fast one if STATIC is defined or when system_state == > SYSTEM_BOOTING? >
Do we really need two pieces of code? What if we have memory corruption during early boot - it seems we'd want to at least try to catch that with an error message rather than just crashing.
-hpa
|  |