Re: New Feature Idea: Compress swap file

MOLNAR Ingo (mingo@chiara.csoma.elte.hu)
Fri, 20 Feb 1998 20:42:59 +0100 (CET)


On Fri, 20 Feb 1998, Stefan Monnier wrote:

> > > 3 - beware of mapping between incore addresses and compressed addresses.
> > Linux does not swap 'incore' addresses, so 3) is a non-issue.
>
> I meant "virtual addresses" vs "location in compressed swap".
> Currently this info is kept IIRC in the pagetable and doesn't incur
> any fragmentation. With compression, this can get noticeably nastier.

i dont see the problem. You map out the page, when the thread accesses it
we uncompress it in the page fault handler and map it back in.

-- mingo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu