1a1a11a / libCacheSim

a high performance library for building cache simulators
GNU General Public License v3.0
155 stars 33 forks source link

feat(prefetch): add OBL #57

Closed zztaki closed 6 months ago

zztaki commented 6 months ago

Hello, @1a1a11a, happy CNY!

I implemented the OBL prefetching algorithm for libcachesim.

It is a sequential prefetching algorithm, which means maybe obj_id should be the logical block address. But I still use the default cache trace as a test.

The reconstruction of PG is on the way!

1a1a11a commented 6 months ago

LGTM!