linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Clock-Pro
@ 2005-11-03 22:15 Peter Zijlstra
  2005-11-07  7:39 ` Clock-Pro Song Jiang
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Zijlstra @ 2005-11-03 22:15 UTC (permalink / raw)
  To: Song Jiang; +Cc: Rik van Riel, linux-mm

Hi Song Jiang,


I implemented the things I talked about, they can be found here:
  http://programming.kicks-ass.net/kernel-patches/clockpro/

However I have the strong feeling I messed up the approximation, hence I
have tried to extract a state table for the original algorithm from the
paper but I find some things not quite obvious. Could you help me
complete this thing:


res | h/c | tst | ref || Hcold | Hhot | Htst || Flt
----+-----+-----+-----++-------+------+------++-----
 0  |  0  |  0  |  1  ||       |      |      || 1010
 0  |  0  |  1  |  0  ||=0010  |  X   |  X   || 
 0  |  0  |  1  |  1  ||       |      |      || 1100
 1  |  0  |  0  |  0  ||  X    |  X   |=1000 ||
 1  |  0  |  0  |  1  || 1000  | 100? | 100? ||
 1  |  0  |  1  |  0  ||=1010  | 0010 | 1000 ||
 1  |  0  |  1  |  1  || 1100  | 101? | 100? ||
 1  |  1  |  0  |  0  ||=1100  | 10?0 |=1100 || 
 1  |  1  |  0  |  1  || 110?  | 1100 | 110? || 


res := resident
h/c := hot/cold
tst := test period
ref := referenced

H* := resulting state after specified hand passed,
      where prefix '=' designated no change and
      'X' designates remove from list.

      '?' are uncertain, please help.

Flt := pagefault column; nonresident and referenced.
       state after fault.


Kind regards,

Peter Zijlstra

-- 
Peter Zijlstra <a.p.zijlstra@chello.nl>

--
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-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-07  6:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-03 22:15 Clock-Pro Peter Zijlstra
2005-11-07  7:39 ` Clock-Pro Song Jiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox