aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/stack.h
AgeCommit message (Expand)Author
2014-05-20runtime: switch default stack size back to 8kBRuss Cox
2014-03-07runtime: round stack size to power of 2.Shenghou Ma
2014-03-07runtime: fix windows/386 buildRuss Cox
2014-03-07runtime: refactor and fix stack management codeDmitriy Vyukov
2014-02-26runtime: grow stack by copyingKeith Randall
2013-10-03runtime: change default stack segment size to 8 kBRuss Cox
2013-07-12cmd/ld: fix large stack split for preempt checkRuss Cox
2013-06-28runtime: preempt goroutines for GCDmitriy Vyukov
2013-06-27runtime: record proper goroutine state during stack splitRuss Cox
2013-06-12runtime: add lr, ctxt, ret to GobufRuss Cox
2013-06-03runtime: introduce preemption function (not used for now)Dmitriy Vyukov
2013-01-30runtime: add support for panic/recover in Plan 9 note handlerAkshat Kumar
2012-03-155l, 6l, 8l: fix stack split logic for stacks near default segment sizeRuss Cox
2011-12-16runtime: make more build-friendlyRuss Cox
2011-09-17runtime: increase stack system space on windows/amd64Hector Chu
2011-07-14runtime: correct FixedStack value (fixes windows build)Alex Brainman
2011-07-12runtime: eliminate contention during stack allocationDmitriy Vyukov
2011-05-16runtime: make StackSystem part of StackGuardAlexey Borzenkov
2011-02-22ld: detect stack overflow due to NOSPLITRuss Cox