carverdamien / acdc

Advanced Consolidation for Dynamic Containers
0 stars 1 forks source link

More than one timestamp? More than one event? #6

Open carverdamien opened 6 years ago

carverdamien commented 6 years ago

02-nca uses a single timestamp per cgroup and the global clock increases on a a single type of event (page charges).

As suggested in https://lwn.net/Articles/684926/, we could consider a timestamp per page.

Global FIFO order could be rebuild during consolidation.

Global LRU order also if page activation increments the global clock.