There was an error while loading. Please reload this page.
1 parent aca1ad1 commit a5aa777Copy full SHA for a5aa777
src/runtime/gc_conservative.go
@@ -25,7 +25,9 @@ package runtime
25
// heapStart..metadataStart.
26
//
27
// More information:
28
+// https://aykevl.nl/2020/09/gc-tinygo
29
// https://github.com/micropython/micropython/wiki/Memory-Manager
30
+// https://github.com/micropython/micropython/blob/master/py/gc.c
31
// "The Garbage Collection Handbook" by Richard Jones, Antony Hosking, Eliot
32
// Moss.
33
0 commit comments