src/runtime: add a few more docs about the garbage collector

Этот коммит содержится в:
Damian Gryski 2022-09-17 19:01:14 -07:00 коммит произвёл Ron Evans
родитель aca1ad187d
коммит a5aa777c7b

Просмотреть файл

@ -25,7 +25,9 @@ package runtime
// heapStart..metadataStart. // heapStart..metadataStart.
// //
// More information: // More information:
// https://aykevl.nl/2020/09/gc-tinygo
// https://github.com/micropython/micropython/wiki/Memory-Manager // https://github.com/micropython/micropython/wiki/Memory-Manager
// https://github.com/micropython/micropython/blob/master/py/gc.c
// "The Garbage Collection Handbook" by Richard Jones, Antony Hosking, Eliot // "The Garbage Collection Handbook" by Richard Jones, Antony Hosking, Eliot
// Moss. // Moss.