Jeremy Siek před 9 roky
rodič
revize
72a51a64f9
7 změnil soubory, kde provedl 4 přidání a 5 odebrání
  1. 4 5
      book.tex
  2. binární
      copy-collect-1.graffle
  3. binární
      copy-collect-1.pdf
  4. binární
      copy-collect-2.graffle
  5. binární
      copy-collect-2.pdf
  6. binární
      root-stack.graffle
  7. binární
      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ární
copy-collect-1.graffle


binární
copy-collect-1.pdf


binární
copy-collect-2.graffle


binární
copy-collect-2.pdf


binární
root-stack.graffle


binární
root-stack.pdf