On Oct 7, 2007, at 9:58 AM, Arjan van de Ven wrote:
Well, yes, but that will take some thought about how split pte locks
will work anyway (or more specifically, fork will probably just end
up reusing the pte pages and avoid the need to do any cross-pagetable
pte locking anyway, though I guess that will be deferred to COW
handling).
So are you saying I should pass up the opportunity to optimise a
relatively hot path (fork/exec/exit) because it will need some
further thought if/when shared ptes get implemented? Doesn't seem
like a good tradeoff...
J
-