[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A question about pages in stacks
On Thu, 13 Apr 2000, JF Martinez wrote:
> Let's imagine that when looking for a pege the kerneml a page who has
> been part of a stack frame but since then the stack has shrunk so it
> is no longer in it. Will the kernel save it to disk or will it
> recognize it as a page who despite what the dirty bit could say is
> in fact free and does not need to be saved?
It will have to be flushed to swap. Stack shrinkage must be explicitely
performed, preferably using madvise. To this end, they could use a hint
from the kernel about the actual size of the stack (see the stack
discussions that have come up over the past week or two).
-ben
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/