mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +00:00
src/runtime: add a few more docs about the garbage collector
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user