Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

These are a set of features which extend the capablities of the branch predictor simulator #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 20, 2023

  1. Modified the Get_Index function and all caller functions to support a…

    …lternate hash function with better results for a mix of compressed (2 byte) and non-compressed (4 byte) instructions.
    ross144 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5d73eec View commit details
    Browse the repository at this point in the history
  2. Adds argument parsing for compressed instruction hash function.

    -c enables the alternate hash function.
    ross144 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4dbe61e View commit details
    Browse the repository at this point in the history
  3. Added support to remove the training data from the computed stats, bu…

    …t ensure it is used to train the branch predictors.
    ross144 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    3e424e9 View commit details
    Browse the repository at this point in the history