Re: Purpose of the mm/slab.c changes

Rik van Riel (riel@conectiva.com.br)
Sun, 9 Sep 2001 17:23:04 -0300 (BRST)


On Sun, 9 Sep 2001, Manfred Spraul wrote:

> > it provides lifo allocations from both partial and unused slabs.
>
> lifo/fifo for unused slabs is obviously superflous - free is
> free, it doesn't matter which free page is used first/last.

Mind that the L2 cache is often as much as 10 times faster
than RAM, so it would be nice if we had a good chance that
the slab we just allocated would be in L2 cache.

regards,

Rik

--
IA64: a worthy successor to the i860.

http://www.surriel.com/ http://www.conectiva.com/ http://distro.conectiva.com/

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