Re: RFC: i386: kill !4KSTACKS

From: Andi Kleen
Date: Tue Sep 06 2005 - 02:48:56 EST



> Are there still good reasons to have such a thing?

I think so yes. It just doesn't make much sense to handle larger 64bit
setups with multiple GB of memory with 4K pages. While larger softpage
size will not increase TLB usage it will give you less cache use and in
general less cycles while accessing mem_map and while doing VM operations in
general. Other benefits are faster TLB flush (I saw some bottlenecks
with that in 2.4 on large systems)

Simple example: you have to handle a few GB of memory in the LRU
list. Doing it with half as many objects (8k page instead of 4k) is much more
efficient.

-Andi
-
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/