Bladeren bron

resizing canvases

Jeremy Siek 9 jaren geleden
bovenliggende
commit
72a51a64f9
7 gewijzigde bestanden met toevoegingen van 4 en 5 verwijderingen
  1. 4 5
      book.tex
  2. BIN
      copy-collect-1.graffle
  3. BIN
      copy-collect-1.pdf
  4. BIN
      copy-collect-2.graffle
  5. BIN
      copy-collect-2.pdf
  6. BIN
      root-stack.graffle
  7. BIN
      root-stack.pdf

+ 4 - 5
book.tex

@@ -3900,8 +3900,8 @@ and second element is a 2-tuple.
 
 \begin{figure}[tbp]
 \centering
-\includegraphics[width=0.95\textwidth]{copy-collect-1} \\
-\includegraphics[width=0.95\textwidth]{copy-collect-2}
+\includegraphics[width=\textwidth]{copy-collect-1} \\[5ex]
+\includegraphics[width=\textwidth]{copy-collect-2}
 \caption{A copying collector in action.}
 \label{fig:copying-collector}
 \end{figure}
@@ -3999,9 +3999,8 @@ be popped back into the local variables because the locations of the
 pointed-to objects will have changed.
 
 \begin{figure}[tbp]
-\centering \includegraphics[width=0.7\textwidth]{shadow-stack}
-\caption{Changing from just a normal stack to use a root stack
-   for pointers to facilitate garbage collection.}
+\centering \includegraphics[width=0.7\textwidth]{root-stack}
+\caption{Maintaining a root stack for pointers to facilitate garbage collection.}
 \label{fig:shadow-stack}
 \end{figure}
 

BIN
copy-collect-1.graffle


BIN
copy-collect-1.pdf


BIN
copy-collect-2.graffle


BIN
copy-collect-2.pdf


BIN
root-stack.graffle


BIN
root-stack.pdf