masc-ucsc / esesc

ESESC: A Fast Multicore Simulator
http://masc.soe.ucsc.edu/esesc/
134 stars 64 forks source link

LTAG Branch Predictor #41

Open david-kooi opened 6 years ago

david-kooi commented 6 years ago

A couple questions:

What is RAS? I try running TAGE by itself and I get a pre-fetcher issue: ltag_branch_predict

This is fixed by making the 1st branch predictor 2bit. Does 2bit always have to be included?

Then, what is the benefit of running multiple branch predictors? From the point of view of the simulation are they executed in parallel?

Thanks

-- +1 Curiosity: Running the TAGE branch predictor uses a lot of memory compared to 2bit and 2level. It crashes on my laptop with 16GB memory because memory consumption keeps increasing. Why is that?