|
@@ -4366,7 +4366,7 @@ size of 50 elements, so we just need 50 bits for the pointer mask. The
|
|
|
tag also contains two other pieces of information. The length of the
|
|
|
tuple (number of elements) is stored in bits location 1 through
|
|
|
6. Finally, the bit at location 0 indicates whether the tuple has yet
|
|
|
-to be copied to the FromSpace. If the bit has value 1, then this
|
|
|
+to be copied to the ToSpace. If the bit has value 1, then this
|
|
|
tuple has not yet been copied. If the bit has value 0 then the entire
|
|
|
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.)
|