File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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}
1274812748Figure~\ref{fig:cheney} shows several snapshots of the ToSpace as the
1274912749copy progresses. The queue is represented by a chunk of contiguous
1275012750memory 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
1275312753copying all tuples that are immediately reachable from the root set
1275412754into the ToSpace to form the initial queue. When we copy a tuple, we
1275512755mark the old tuple to indicate that it has been visited. We discuss
You can’t perform that action at this time.
0 commit comments