index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
/
mfinal.c
Age
Commit message (
Expand
)
Author
2014-01-07
runtime: use special records hung off the MSpan to
Keith Randall
2013-08-23
runtime: rename FlagNoPointers to FlagNoScan. Better represents
Keith Randall
2013-08-14
runtime: make SetFinalizer(x, f) accept any f for which f(x) is valid
Russ Cox
2013-07-29
runtime: allow SetFinalizer with a func(interface{})
Pieter Droogendijk
2013-07-26
runtime: refactor mallocgc
Dmitriy Vyukov
2013-02-21
cmd/gc, reflect, runtime: switch to indirect func value representation
Russ Cox
2012-09-24
runtime: prepare for 64-bit ints
Russ Cox
2012-05-30
runtime: do not unset the special bit after finalization.
Rémy Oudompheng
2011-12-16
runtime: make more build-friendly
Russ Cox
2011-10-06
runtime: faster finalizers
Dmitriy Vyukov
2011-03-02
runtime: fix unused variable warning
Dave Cheney
2011-02-16
runtime: minor cleanup
Russ Cox
2011-02-02
runtime: faster allocator, garbage collector
Russ Cox
2010-11-04
runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost
Russ Cox
2010-04-09
runtime: delete malx, skip_depth argument to malloc
Russ Cox
2010-03-26
runtime: run all finalizers in a single goroutine.
Russ Cox
2010-03-23
runtime: add memory profiling, disabled.
Russ Cox
2010-03-15
runtime: lock finalizer table accesses
Russ Cox
2010-02-10
runtime: delete MHeapMapCache, which is useless
Russ Cox
2010-02-10
runtime: garbage collection + malloc performance
Russ Cox
2010-02-08
runtime: allow arbitrary return type in SetFinalizer.
Russ Cox
2010-02-03
finalizers; merge package malloc into package runtime
Russ Cox