1a1a11a / libCacheSim

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

Is it possible to support obj size with unit_64 type? #69

Closed JerryW35 closed 2 months ago

JerryW35 commented 2 months ago

Hi,

I'm using this excellent repo, and many modern traces have large obj sizes. Would it be possible to support the uint_64 type of obj size in the next version?

Thank you so much!

1a1a11a commented 2 months ago

Thank you for your interest! Yes, we will change the object size to uint64_t in the future. :)