Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lundal committed Apr 3, 2014
1 parent 58de4a9 commit 4d03ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report.tex
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ \subsection{Delta Correlation Prefetching}

\subsection{Global History Buffer}

History based prefetchers need to store access patterns efficient data structure that enables quick access.
History based prefetchers need to store access patterns in efficient data structures that enable quick access.
One such data structure is the Global History Buffer (GHB) \cite{ghb} which is shown in Fig.~\ref{fig:ghb}.
GHB is an $n$-entry First-In, First-Out (FIFO) queue implemented as a circular buffer.
It stores the $n$ most recent L1 cache misses in entries that contain the miss address and a link pointer.
Expand Down

0 comments on commit 4d03ce7

Please sign in to comment.