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

This commit is contained in:
Damian Gryski
2022-09-17 19:01:14 -07:00
committed by Ron Evans
parent aca1ad187d
commit a5aa777c7b
+2
View File
@@ -25,7 +25,9 @@ package runtime
// heapStart..metadataStart.
//
// More information:
// https://aykevl.nl/2020/09/gc-tinygo
// 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
// Moss.