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
/
stack.h
Age
Commit message (
Expand
)
Author
2014-05-20
runtime: switch default stack size back to 8kB
Russ Cox
2014-03-07
runtime: round stack size to power of 2.
Shenghou Ma
2014-03-07
runtime: fix windows/386 build
Russ Cox
2014-03-07
runtime: refactor and fix stack management code
Dmitriy Vyukov
2014-02-26
runtime: grow stack by copying
Keith Randall
2013-10-03
runtime: change default stack segment size to 8 kB
Russ Cox
2013-07-12
cmd/ld: fix large stack split for preempt check
Russ Cox
2013-06-28
runtime: preempt goroutines for GC
Dmitriy Vyukov
2013-06-27
runtime: record proper goroutine state during stack split
Russ Cox
2013-06-12
runtime: add lr, ctxt, ret to Gobuf
Russ Cox
2013-06-03
runtime: introduce preemption function (not used for now)
Dmitriy Vyukov
2013-01-30
runtime: add support for panic/recover in Plan 9 note handler
Akshat Kumar
2012-03-15
5l, 6l, 8l: fix stack split logic for stacks near default segment size
Russ Cox
2011-12-16
runtime: make more build-friendly
Russ Cox
2011-09-17
runtime: increase stack system space on windows/amd64
Hector Chu
2011-07-14
runtime: correct FixedStack value (fixes windows build)
Alex Brainman
2011-07-12
runtime: eliminate contention during stack allocation
Dmitriy Vyukov
2011-05-16
runtime: make StackSystem part of StackGuard
Alexey Borzenkov
2011-02-22
ld: detect stack overflow due to NOSPLIT
Russ Cox