Procházet zdrojové kódy

File away figures into figs/ dir

Ryan Newton před 8 roky
rodič
revize
d61e199558

+ 8 - 8
book.tex

@@ -2221,8 +2221,8 @@ sampling of the vertices (those that are colored) because showing
 edges for all of the vertices would make the graph unreadable.
 edges for all of the vertices would make the graph unreadable.
 
 
 \begin{figure}[tbp]
 \begin{figure}[tbp]
-\includegraphics[width=0.45\textwidth]{sudoku}
-\includegraphics[width=0.5\textwidth]{sudoku-graph}
+\includegraphics[width=0.45\textwidth]{figs/sudoku}
+\includegraphics[width=0.5\textwidth]{figs/sudoku-graph}
 \caption{A Sudoku game board and the corresponding colored graph.}
 \caption{A Sudoku game board and the corresponding colored graph.}
 \label{fig:sudoku-graph}
 \label{fig:sudoku-graph}
 \end{figure}
 \end{figure}
@@ -4113,8 +4113,8 @@ ToSpace.
 
 
 \begin{figure}[tbp]
 \begin{figure}[tbp]
 \centering
 \centering
-\includegraphics[width=\textwidth]{copy-collect-1} \\[5ex]
-\includegraphics[width=\textwidth]{copy-collect-2}
+\includegraphics[width=\textwidth]{figs/copy-collect-1} \\[5ex]
+\includegraphics[width=\textwidth]{figs/copy-collect-2}
 \caption{A copying collector in action.}
 \caption{A copying collector in action.}
 \label{fig:copying-collector}
 \label{fig:copying-collector}
 \end{figure}
 \end{figure}
@@ -4185,7 +4185,7 @@ the front of the queue is empty, that is, until the front catches up
 with the back.
 with the back.
 
 
 \begin{figure}[tbp]
 \begin{figure}[tbp]
-\centering \includegraphics[width=0.9\textwidth]{cheney}
+\centering \includegraphics[width=0.9\textwidth]{figs/cheney}
 \caption{Depiction of the Cheney algorithm copying the live tuples.}
 \caption{Depiction of the Cheney algorithm copying the live tuples.}
 \label{fig:cheney}
 \label{fig:cheney}
 \end{figure}
 \end{figure}
@@ -4233,7 +4233,7 @@ from the regular stack and also the pointer in the second
 register. 
 register. 
 
 
 \begin{figure}[tbp]
 \begin{figure}[tbp]
-\centering \includegraphics[width=0.7\textwidth]{root-stack}
+\centering \includegraphics[width=0.7\textwidth]{figs/root-stack}
 \caption{Maintaining a root stack to facilitate garbage collection.}
 \caption{Maintaining a root stack to facilitate garbage collection.}
 \label{fig:shadow-stack}
 \label{fig:shadow-stack}
 \end{figure}
 \end{figure}
@@ -4257,7 +4257,7 @@ tag is in fact a forwarding pointer. (The lower 3 bits of an pointer
 are always zero anyways because our tuples are 8-byte aligned.)
 are always zero anyways because our tuples are 8-byte aligned.)
 
 
 \begin{figure}[tbp]
 \begin{figure}[tbp]
-\centering \includegraphics[width=0.8\textwidth]{tuple-rep}
+\centering \includegraphics[width=0.8\textwidth]{figs/tuple-rep}
 \caption{Representation for tuples in the heap.}
 \caption{Representation for tuples in the heap.}
 \label{fig:tuple-rep}
 \label{fig:tuple-rep}
 \end{figure}
 \end{figure}
@@ -5632,7 +5632,7 @@ Because the two closures came from the same \key{lambda}, they share
 the same code but differ in the values for free variable \code{x}.
 the same code but differ in the values for free variable \code{x}.
 
 
 \begin{figure}[tbp]
 \begin{figure}[tbp]
-\centering \includegraphics[width=0.6\textwidth]{closures}
+\centering \includegraphics[width=0.6\textwidth]{figs/closures}
 \caption{Example closure representation for the \key{lambda}'s
 \caption{Example closure representation for the \key{lambda}'s
   in Figure~\ref{fig:lexical-scoping}.}
   in Figure~\ref{fig:lexical-scoping}.}
 \label{fig:closures}
 \label{fig:closures}

+ 0 - 0
cheney.graffle → figs/cheney.graffle


+ 0 - 0
cheney.pdf → figs/cheney.pdf


+ 0 - 0
closures.graffle → figs/closures.graffle


+ 0 - 0
closures.pdf → figs/closures.pdf


+ 0 - 0
copy-collect-1.graffle → figs/copy-collect-1.graffle


+ 0 - 0
copy-collect-1.pdf → figs/copy-collect-1.pdf


+ 0 - 0
copy-collect-2.graffle → figs/copy-collect-2.graffle


+ 0 - 0
copy-collect-2.pdf → figs/copy-collect-2.pdf


+ 0 - 0
root-stack.graffle → figs/root-stack.graffle


+ 0 - 0
root-stack.pdf → figs/root-stack.pdf


+ 0 - 0
sudoku-graph.graffle → figs/sudoku-graph.graffle


+ 0 - 0
sudoku-graph.pdf → figs/sudoku-graph.pdf


+ 0 - 0
sudoku.graffle → figs/sudoku.graffle


+ 0 - 0
sudoku.pdf → figs/sudoku.pdf


+ 0 - 0
tuple-rep.graffle → figs/tuple-rep.graffle


+ 0 - 0
tuple-rep.pdf → figs/tuple-rep.pdf