src/runtime: add a few more docs about the garbage collector
Этот коммит содержится в:
родитель
aca1ad187d
коммит
a5aa777c7b
1 изменённых файлов: 2 добавлений и 0 удалений
|
@ -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.
|
||||||
|
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче