aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/mfinal.c
AgeCommit message (Expand)Author
2014-01-07runtime: use special records hung off the MSpan toKeith Randall
2013-08-23runtime: rename FlagNoPointers to FlagNoScan. Better representsKeith Randall
2013-08-14runtime: make SetFinalizer(x, f) accept any f for which f(x) is validRuss Cox
2013-07-29runtime: allow SetFinalizer with a func(interface{})Pieter Droogendijk
2013-07-26runtime: refactor mallocgcDmitriy Vyukov
2013-02-21cmd/gc, reflect, runtime: switch to indirect func value representationRuss Cox
2012-09-24runtime: prepare for 64-bit intsRuss Cox
2012-05-30runtime: do not unset the special bit after finalization.Rémy Oudompheng
2011-12-16runtime: make more build-friendlyRuss Cox
2011-10-06runtime: faster finalizersDmitriy Vyukov
2011-03-02runtime: fix unused variable warningDave Cheney
2011-02-16runtime: minor cleanupRuss Cox
2011-02-02runtime: faster allocator, garbage collectorRuss Cox
2010-11-04runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almostRuss Cox
2010-04-09runtime: delete malx, skip_depth argument to mallocRuss Cox
2010-03-26runtime: run all finalizers in a single goroutine.Russ Cox
2010-03-23runtime: add memory profiling, disabled.Russ Cox
2010-03-15runtime: lock finalizer table accessesRuss Cox
2010-02-10runtime: delete MHeapMapCache, which is uselessRuss Cox
2010-02-10runtime: garbage collection + malloc performanceRuss Cox
2010-02-08runtime: allow arbitrary return type in SetFinalizer.Russ Cox
2010-02-03finalizers; merge package malloc into package runtimeRuss Cox