1 / 10

Improving Branch Prediction by Dynamic Dataflow-based Identification of Correlated Branches

This study proposes a method to improve branch prediction accuracy by considering only the branches in a global history that directly affect a branch's outcome. By focusing on these "affecting" branches, the predictor can make more accurate predictions. The study explores an implementation using an affector register file in SimpleScalar v3.0 with SPEC95 and SPEC00 benchmarks as the basis.

Download Presentation

Improving Branch Prediction by Dynamic Dataflow-based Identification of Correlated Branches

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Improving Branch Prediction by Dynamic Dataflow-based Identification ofCorrelated Branches from a Large Global HistoryRenju Thomas, Manoj FranklinECE DepartmentUniversity of Maryland, College ParkChris WilkersonDesktop Platforms GroupIntel Corporationchris.wilkerson@intel.comJared StarkMicroprocessor ResearchIntel Labsjared.w.stark@intel.com

  2. Basic Idea History-based predictors use a global history to predict a branch. Not all branches in the global history affects a branch e.x. two correlated branches separated by a function call. If use only the history of branches that actually “affect” a branch, the predictor might get more accurate.

  3. What is an affector ? A branch becomes an affector for a future branch if it can affect the outcome of the future branch by choosing whether or not certain instructions that directly affect the future branch’s source operands are executed.

  4. Affector Register File

  5. Implementation -SimpleScalar v3.0 -12 benchmarks from SPEC95 and SPEC00 -Perseptron or YAKS as base predictor

More Related