The numbers say otherwise.
> It can only improve latency after some idle time. If your CPU are under
> 100% of load for a long time you'll have to spend the memset(0) time
> anyway but in another place and with an additional scheduler cost. Also
The idle task will build a cache of zeroed pages. If nothing is in the
cache, you pay the standard cost.
> the idle task will be less fast in rescheduling itself.
Why?
-
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/