login
Header Space

 
 

Re: .97 (new buffer allocation code)

Previous thread: xfig and xsol by Joost Helberg on Wednesday, August 5, 1992 - 5:49 am. (1 message)

Next thread: Re: Ctrl-Alt-Del in linux, doesn't work. by Olaf Erb on Wednesday, August 5, 1992 - 6:49 am. (1 message)
Date: Wednesday, August 5, 1992 - 6:27 am

Beyond that, you also have a two-tiered set of page tables, with the 
outer page directory having a 4M granularity, each table consisting of 1K
entries with a 4K (page size granularity).  Both tables exist
on a per address space basis.  This lets you look at a 4M range,
and then if there are dirty / accessed pages in that, go and 

Yes and no.  When determining what pages you want out, you want to 
deal with the hits for each incore page.  There isn't a 1:1 
correspondance between a page in the page table, and a physical 
page.  Instead, two or more processes may have the same page mapped,
making the effect cumulative.

Some one should see what times are for 
looking at every page in every dirty 4M range in every address
space compared to what it takes to look at every page in physical
memory, ie using a reverse hash function.
Previous thread: xfig and xsol by Joost Helberg on Wednesday, August 5, 1992 - 5:49 am. (1 message)

Next thread: Re: Ctrl-Alt-Del in linux, doesn't work. by Olaf Erb on Wednesday, August 5, 1992 - 6:49 am. (1 message)
speck-geostationary