Skip to content

Commit a5aa777

Browse files
dgryskideadprogram
authored andcommitted
src/runtime: add a few more docs about the garbage collector
1 parent aca1ad1 commit a5aa777

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/runtime/gc_conservative.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ package runtime
2525
// heapStart..metadataStart.
2626
//
2727
// More information:
28+
// https://aykevl.nl/2020/09/gc-tinygo
2829
// https://github.com/micropython/micropython/wiki/Memory-Manager
30+
// https://github.com/micropython/micropython/blob/master/py/gc.c
2931
// "The Garbage Collection Handbook" by Richard Jones, Antony Hosking, Eliot
3032
// Moss.
3133

0 commit comments

Comments
 (0)