s5z / zsim

A fast and scalable x86-64 multicore simulator
GNU General Public License v2.0
328 stars 183 forks source link

Question: Does zsim implement anything akin to an alias predictor? #265

Open muke101 opened 2 years ago

muke101 commented 2 years ago

I'm looking into the capabilities of zsim and wondering if it implements an address aliasing predictor, in particular something like the store set algorithm. I can't find anything skimming through the code base or the linked paper in the read me so I thought I would ask to be sure.

Thanks.