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
/
runtime
/
mgcmark.go
Age
Commit message (
Expand
)
Author
2019-12-05
runtime: remove comment about gcCopySpans()
Johan Jansson
2019-11-08
runtime: fix (*gcSweepBuf).block guarantees
Michael Anthony Knyszek
2019-11-02
runtime: use signals to preempt Gs for suspendG
Austin Clements
2019-11-02
runtime: scan stacks conservatively at async safe points
Austin Clements
2019-10-31
runtime: atomically set span state and use as publication barrier
Austin Clements
2019-10-25
runtime: only shrink stacks at synchronous safe points
Austin Clements
2019-10-25
runtime: remove g.gcscanvalid
Austin Clements
2019-10-25
runtime: add general suspendG/resumeG
Austin Clements
2019-09-20
runtime: avoid overflow in markrootBlock
Ian Lance Taylor
2019-06-10
Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""
Keith Randall
2019-06-05
Revert "cmd/compile,runtime: allocate defer records on the stack"
Keith Randall
2019-06-04
cmd/compile,runtime: allocate defer records on the stack
Keith Randall
2019-05-13
runtime: resolve latent TODOs
Tamir Duberstein
2019-04-05
runtime: separate stack freeing from stack shrinking
Austin Clements
2019-03-01
runtime: scan defer closure in stack scan
Cherry Zhang
2019-02-13
runtime: scan gp._panic in stack scan
Cherry Zhang
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-15
runtime: mark span when marking any object on the span
Austin Clements
2018-11-05
runtime: clean up MSpan* MCache* MCentral* in docs
Michael Anthony Knyszek
2018-10-09
runtime: undo manual inlining of mbits.setMarked
Austin Clements
2018-10-03
cmd/compile,runtime: implement stack objects
Keith Randall
2018-10-02
runtime: eliminate gchelper mechanism
Austin Clements
2018-10-02
runtime: eliminate work.markrootdone and second root marking pass
Austin Clements
2018-10-02
runtime: flush mcaches lazily
Austin Clements
2018-10-02
runtime: eliminate blocking GC work drains
Austin Clements
2018-10-02
runtime: remove GODEBUG=gcrescanstacks=1 mode
Austin Clements
2018-10-02
runtime: don't disable GC work caching during mark termination
Austin Clements
2018-10-02
runtime: eliminate gcBlackenPromptly mode
Austin Clements
2018-10-02
runtime: flush write barrier buffer to create work
Austin Clements
2018-09-26
runtime: rename _MSpan* constants to mSpan*
Austin Clements
2018-08-20
runtime: use gList for injectglist
Austin Clements
2018-08-20
runtime: use gList for gfree lists
Austin Clements
2018-08-20
runtime: replace manually managed G dequeues with a type
Austin Clements
2018-05-14
runtime: unify fetching of locals and arguments maps
Austin Clements
2018-05-03
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-05-01
runtime: avoid unnecessary scanblock calls
Josh Bleecher Snyder
2018-04-29
runtime: use entry stack map at function entry
Austin Clements
2018-03-13
Revert "runtime: convert g.waitreason from string to uint8"
Josh Bleecher Snyder
2018-03-12
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-02-23
runtime: fix a few typos in comments
Jerrin Shaji George
2018-02-15
runtime: eliminate most uses of mheap_.arena_*
Austin Clements
2018-02-15
runtime: use spanOf* more widely
Austin Clements
2018-02-15
runtime: split object finding out of heapBitsForObject
Austin Clements
2017-10-30
runtime: buffered write barrier implementation
Austin Clements
2017-10-29
runtime: remove write barriers from newstack, gogo
Austin Clements
2017-10-13
runtime: preempt fractional worker after reaching utilization goal
Austin Clements
2017-09-27
runtime: clean up loops over allp
Austin Clements
2017-09-27
runtime: dynamically allocate allp
Austin Clements
2017-07-19
runtime: only trace mark assists that do work
Austin Clements
2017-04-28
runtime: eliminate heapBits.hasPointers
Austin Clements
[prev]
[next]