aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/gc_blocks.go
AgeCommit message (Expand)Author
2024-11-20runtime: move scheduler code aroundAyke van Laethem
2024-11-14runtime: optimize findHeadAyke van Laethem
2024-10-25runtime: bump markStackSizeDamian Gryski
2024-10-07runtime: track Memstats.HeapAlloc for gc_blocksDamian Gryski
2024-04-19Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it f...dkegel-fastly
2023-09-05runtime: refactor markGlobals to findGlobalsAyke van Laethem
2023-04-26runtime: improve panic message when heap allocating in an interruptAyke van Laethem
2023-04-26runtime: print the address where a panic happenedAyke van Laethem
2023-03-03all: use unsafe.Add instead of unsafe.Pointer(uintptr(...) + ...)Ayke van Laethem
2023-02-19runtime: check for heap allocations inside interruptsAyke van Laethem
2023-02-17runtime: allow custom-gc SetFinalizer and clarify KeepAliveAnuraag Agrawal
2023-01-17runtime: implement precise GCAyke van Laethem
2023-01-17runtime: zero freed memoryAyke van Laethem
2023-01-17runtime: move GC code around to prepare for precise GCAyke van Laethem