From 42683a0599349aaa0543508dc47672a37fbaf84c Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 2 Nov 2010 23:23:19 -0300 Subject: [PATCH] Copiar celda al explicar copying collector --- source/gc.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/gc.rst b/source/gc.rst index 9c5c51d..e4c6be5 100644 --- a/source/gc.rst +++ b/source/gc.rst @@ -1764,6 +1764,7 @@ a asignar:: function copy(cell) is if cell.forwarding_address is null cell.forwarding_address = free + cell.copy_to(free) free = free + cell.size foreach child in cell child = copy(child) -- 2.43.0