We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents add4fab + 7437c3c commit c40be01Copy full SHA for c40be01
book.tex
@@ -5321,7 +5321,7 @@ \section{Registers and Calling Conventions}
5321
we compute which variables are in use at every instruction
5322
(section~\ref{sec:liveness-analysis-Lvar}). When we build the
5323
interference graph (section~\ref{sec:build-interference}), we can
5324
-place an edge in the interference graph between each call-live
+place an edge in the graph between each call-live
5325
variable and the caller-saved registers. This will prevent the graph
5326
coloring algorithm from assigning call-live variables to caller-saved
5327
registers.
0 commit comments