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
2016-04-26
runtime: free dead G stacks concurrently
Austin Clements
2016-04-21
runtime: simplify/optimize allocate-black a bit
Austin Clements
2016-04-21
runtime: count black allocations toward scan work
Austin Clements
2016-04-11
runtime: remove remaining references to TheChar
Jeremy Jackins
2016-03-16
runtime: shrink stacks during concurrent mark
Austin Clements
2016-03-16
runtime: generalize work.finalizersDone to work.markrootDone
Austin Clements
2016-03-07
runtime: eliminate unnecessary type conversions
Matthew Dempsky
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-25
runtime: pass gcWork to markroot
Austin Clements
2016-01-16
runtime: fix sleep/wakeup race for GC assists
Austin Clements
2016-01-12
runtime: mark greyobject go:nowritebarrierrec
Austin Clements
2016-01-12
runtime: remove out-of-date comment
Austin Clements
2016-01-11
runtime: eagerly share GC work buffers
Rick Hudson
2015-11-24
runtime: make gcFlushBgCredit go:nowritebarrierrec
Austin Clements
2015-11-19
runtime: prevent sigprof during all stack barrier ops
Austin Clements
2015-11-16
runtime: add optional expensive check for invalid cgo pointer passing
Ian Lance Taylor
2015-11-12
runtime: break out system-specific constants into package sys
Michael Matloob
2015-11-11
runtime: remove unused marking parfor
Austin Clements
2015-11-11
runtime: clean up park messages
Austin Clements
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-11-05
runtime: decentralize mark done and mark termination
Austin Clements
2015-11-05
runtime: factor mark done transition
Austin Clements
2015-11-04
runtime: eliminate getfull barrier from concurrent mark
Austin Clements
2015-11-03
runtime: make assists preemptible
Austin Clements
2015-11-03
runtime: replace assist sleep loop with park/ready
Austin Clements
2015-10-30
runtime: perform concurrent scan in GC workers
Austin Clements
2015-10-30
runtime: consolidate "out of GC work" checks
Austin Clements
2015-10-26
runtime: partition data and BSS root marking
Austin Clements
2015-10-22
runtime: add pcvalue cache to improve stack scan speed
Austin Clements
2015-10-19
runtime: consolidate gcResetGState calls
Austin Clements
2015-10-19
runtime: remove work.partial queue
Austin Clements
2015-10-18
runtime: add a constant for the smallest possible stack frame
Michael Hudson-Doyle
2015-10-09
runtime: assist before allocating
Austin Clements
2015-10-09
runtime: directly track GC assist balance
Austin Clements
2015-10-09
runtime: update gcController.scanWork regularly
Austin Clements
2015-10-09
runtime: control background scan credit flushing with flag
Austin Clements
2015-10-09
runtime: consolidate gcDrain and gcDrainUntilPreempt
Austin Clements
2015-10-09
runtime: fix comment for gcAssistAlloc
Austin Clements
2015-10-02
runtime: scan objects with finalizers concurrently
Austin Clements
2015-09-18
runtime: avoid debug prints of huge objects
Austin Clements
2015-09-18
runtime: improve invalid pointer error message
Austin Clements
2015-09-14
runtime: minor clarifications of markroot
Austin Clements
2015-09-14
runtime: split marking of span roots into 128 subtasks
Austin Clements
2015-09-09
runtime: move stack barrier code to its own file
Austin Clements
2015-08-30
runtime: add GODEBUG for stack barriers at every frame
Austin Clements
2015-08-30
runtime: don't install a stack barrier in cgocallback_gofunc's frame
Austin Clements
2015-07-27
runtime: enable GC assists ASAP
Austin Clements
2015-07-27
runtime: allow GC drain whenever write barrier is enabled
Austin Clements
2015-07-27
runtime: retry GC assist until debt is paid off
Austin Clements
2015-07-27
runtime: yield to GC coordinator after assist completion
Austin Clements
[prev]
[next]