OK, then it has the same speed as before - maybe a bit slower because of
the additional redirection. The big advantage of the trick Bernd suggested
is that it makes the system much more reliable. It is very bad when Linux
stops forking because memory is fragmented.
Maybe in 2.3 with the new all-singing-all-dancing allocator it is possible
to switch back, but for 2.2 just using the indirect pointer and switching
back to a 4K stack looks like the best solution for me. The alternative
would be some aggressive defragmenting pass in the swapper that throws random
pages away - not nice and very bad for performance.
I'll test a test patch for i386 shortly, but currently I'm fighting with
the vger tree (does not compile anymore, crashes on bootup)
-Andi
-
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.altern.org/andrebalsa/doc/lkml-faq.html