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
/
stack.go
Age
Commit message (
Expand
)
Author
2016-10-28
runtime, cmd/compile: rename memclr -> memclrNoHeapPointers
Austin Clements
2016-10-26
runtime: scan mark worker stacks like normal
Austin Clements
2016-10-26
runtime: fix bad pointer with 0 stack barriers
Austin Clements
2016-10-24
runtime: make morestack less subtle
Austin Clements
2016-10-05
runtime, cmd/internal/obj: get rid of rewindmorestack
Cherry Zhang
2016-09-02
runtime: improve message when a bad pointer is found on the stack
Austin Clements
2016-08-18
cmd/compile: ppc64le working, not optimized enough
David Chase
2016-07-08
runtime: handle selects with duplicate channels in shrinkstack
Ian Lance Taylor
2016-06-17
runtime: eliminate poisonStack checks
Austin Clements
2016-05-27
runtime: always call stackfree on the system stack
Austin Clements
2016-05-26
build: enable framepointer mode by default
Russ Cox
2016-05-25
runtime: pass gcWork to scanstack
Austin Clements
2016-04-29
[dev.garbage] runtime: use s.base() everywhere it makes sense
Austin Clements
2016-04-27
[dev.garbage] Merge remote-tracking branch 'origin/master' into HEAD
Rick Hudson
2016-04-27
[dev.garbage] runtime: replace ref with allocCount
Rick Hudson
2016-04-27
[dev.garbage] runtime: allocate directly from GC mark bits
Rick Hudson
2016-04-27
[dev.garbage] runtime: add stackfreelist
Rick Hudson
2016-04-26
runtime: don't clear gcscanvalid in casfrom_Gscanstatus
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: make shrinkstack concurrent-safe
Austin Clements
2016-03-16
runtime: fix transient _Gwaiting states in newstack
Austin Clements
2016-03-14
runtime: copy stack before adjusting
Austin Clements
2016-03-07
runtime: eliminate unnecessary type conversions
Matthew Dempsky
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-28
runtime: clean up adjustpointer and eliminate write barrier
Austin Clements
2015-12-14
runtime: recycle large stack spans
Austin Clements
2015-11-24
runtime: take stack barrier lock during copystack
Austin Clements
2015-11-12
cmd/internal/obj, cmd/link, runtime: increase stack limit to accommodate larg...
Michael Hudson-Doyle
2015-11-12
runtime: break out system-specific constants into package sys
Michael Matloob
2015-11-12
runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)
Matthew Dempsky
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-10-22
runtime: add pcvalue cache to improve stack scan speed
Austin Clements
2015-10-22
runtime: add mSpanList type to represent lists of mspans
Matthew Dempsky
2015-10-21
runtime, syscall: add calls to msan functions
Ian Lance Taylor
2015-10-18
runtime: add a constant for the smallest possible stack frame
Michael Hudson-Doyle
2015-10-17
runtime: merge stack{1,2}.go -> stack.go
Nodir Turakulov
2014-11-11
[dev.cc] runtime: convert panic and stack code from C to Go
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]