Dear Developers, I think there should be a differentiation between a block that is inserted to empty cache and a block that first evict another block and then is inserted to cache. Currently, for both cases the replacement counter is incremented. So it is unclear how many eviction was there.
1) findvictim() returns NULL => a block is inserted to cache => ++insertions; 2) findvictim() returns a block => ++evictions; Do you think it is right? -- // Naderan *Mahmood; _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
