Skip to content

12yuens2/branch-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS4202 Branch Prediction

This is a branch prediction simulator for various different branch prediction strategies and calculates their prediction rates. The results are then presented and briefly analysed on different benchmarks to understand the effect of branch prediction on particular programs.

Run instructions

To run the notebook, type ipython3 notebook in the directory and open the notebook file. Then choose Cell > Run All in the notebook to run all the code. Experiments may take a while to run.

Files included

Included is the notebook in python notebook and html formats. The traces of the benchmarks along with the source code for the benchmarks themselves are also included. To build the benchmark programs, run make in the benchmarks directory.

About

Branch prediction simulation and experiments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages