Re: Unbloating the kernel, was: :mem=16MB laptop testing

From: Roger Larsson
Date: Tue Oct 14 2003 - 16:08:42 EST


On Tuesday 14 October 2003 18.27, Maciej Zenczykowski wrote:
> Of course part of the problem is that by designing the kernel for high mem
> situations we're using more memory hogging algorithms. It's a simple
> matter of features vs mem footprint.

Algorithms using lots of memory should be avoided even for newer computers.
Cache misses HURTS.

That is why -Os can be a better compilation option than -O2 !

/RogerL

--
Roger Larsson
Skellefteå
Sweden
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/