File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12748,8 +12748,8 @@ \subsection{Graph Copying via Cheney's Algorithm}
12748
12748
Figure~\ref{fig:cheney} shows several snapshots of the ToSpace as the
12749
12749
copy progresses. The queue is represented by a chunk of contiguous
12750
12750
memory at the beginning of the ToSpace, using two pointers to track
12751
- the front and the back of the queue, called the \emph{free pointer}
12752
- and the \emph{scan pointer}, respectively. The algorithm starts by
12751
+ the front and the back of the queue, called the \emph{scan pointer}
12752
+ and the \emph{free pointer}, respectively. The algorithm starts by
12753
12753
copying all tuples that are immediately reachable from the root set
12754
12754
into the ToSpace to form the initial queue. When we copy a tuple, we
12755
12755
mark the old tuple to indicate that it has been visited. We discuss
You can’t perform that action at this time.
0 commit comments