]> git.llucax.com Git - z.facultad/75.00/informe.git/commitdiff
Copiar celda al explicar copying collector
authorLeandro Lucarella <llucax@gmail.com>
Wed, 3 Nov 2010 02:23:19 +0000 (23:23 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 3 Nov 2010 02:23:19 +0000 (23:23 -0300)
source/gc.rst

index 9c5c51d03d31b5d8833cd782623f1117974673e5..e4c6be50c5a62af1399dfd3adbdd85da07cc2ad0 100644 (file)
@@ -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)