mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 10:43:29 +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.
|
// 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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user