Re: 2.2.5 optimizations for web benchmarks?

Ingo Molnar (mingo@chiara.csoma.elte.hu)
Fri, 30 Apr 1999 08:37:37 +0200 (CEST)


On Fri, 30 Apr 1999, Stephen C. Tweedie wrote:

> [...] Giving a small goodness boost to related
> threads when one thread blocks is not much different in principle to the
> CPU-binding boost we already have.

goodness() has been doing this for a long time:

/* .. and a slight advantage to the current MM */
if (p->mm == prev->mm)
weight += 1;

-- mingo

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