|
@@ -3877,10 +3877,10 @@ of the live objects into the ToSpace and then performs a slight of
|
|
|
hand, treating the ToSpace as the new FromSpace and the old FromSpace
|
|
|
as the new ToSpace. In the bottom of
|
|
|
Figure~\ref{fig:copying-collector} you can see the result of the copy.
|
|
|
-All of the live objects have been copied to the ToSpace in such a way
|
|
|
-that preserves the pointer relationships. For example, the pointer in
|
|
|
-the register still points to a 2-tuple whose first element is a
|
|
|
-3-tuple and second element is a 2-tuple.
|
|
|
+All of the live objects have been copied to the ToSpace in a way that
|
|
|
+preserves the pointer relationships. For example, the pointer in the
|
|
|
+register still points to a 2-tuple whose first element is a 3-tuple
|
|
|
+and second element is a 2-tuple.
|
|
|
|
|
|
\begin{figure}[tbp]
|
|
|
\centering
|