Re: [PATCH] fork failures on ix86

David S. Miller (davem@dm.cobaltmicro.com)
Fri, 10 Jul 1998 10:11:12 -0700


Date: Fri, 10 Jul 1998 15:14:58 +0200
From: ak@muc.de

On Fri, Jul 10, 1998 at 01:42:45PM +0200, Bernd Schmidt wrote:
> How about putting only a pointer to the task structure at the bottom of the
> stack?

That could work. Another advantage: we could use the slab allocator to
allocate the task_struct then which does proper L2 cache colouring ->
better cache usage.

(it does L1 coloring...)

I did this by hand on the Ultra to see what the effects would be on
things like ctx switch latencies etc.

The results were that the coloring made no difference at all (I tried
both L1 line size and L2 line size for the colors).

Later,
David S. Miller
davem@dm.cobaltmicro.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu