Skip to content

Commit

Permalink
debugging: slides: Clarify "cache" is the CPU cache
Browse files Browse the repository at this point in the history
A trainee was not sure whether this is the "cache" mentioned in the output
of 'free', so let's clarify.

Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
lucaceresoli committed Nov 15, 2023
1 parent 9822df9 commit 4e71c37
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ \section{Application Profiling}
hardware resources are used.
\item Many hardware elements can have an impact on the program execution:
\begin{itemize}
\item Cache performance can be degraded by an application without memory
spatial locality.
\item CPU cache performance can be degraded by an application without
memory spatial locality.
\item Page miss due to using too much memory without spatial locality.
\item Alignment faults when doing misaligned accesses.
\end{itemize}
Expand Down

0 comments on commit 4e71c37

Please sign in to comment.