aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/stack.c
AgeCommit message (Expand)Author
2013-11-01[release-branch.go1.2] runtime: relax preemption assertion during stack splitAndrew Gerrand
2013-09-12runtime, cmd/gc, cmd/ld: ignore method wrappers in recoverRuss Cox
2013-09-06runtime: account for all sys memory in MemStatsDmitriy Vyukov
2013-08-22runtime: do not trigger GC on g0Dmitriy Vyukov
2013-08-19runtime: don't run finalizers if we're still on the g0 stack.Keith Randall
2013-08-15runtime: impose stack size limitRuss Cox
2013-08-02runtime: reimplement reflect.call to not use stack splitting.Keith Randall
2013-08-02runtime: in newstack, double-check calling goroutineRuss Cox
2013-07-29runtime: do not split stacks in syscall statusDmitriy Vyukov
2013-07-26runtime: refactor mallocgcDmitriy Vyukov
2013-07-19runtime: preempt long-running goroutinesDmitriy Vyukov
2013-07-17runtime: more reliable preemptionDmitriy Vyukov
2013-07-12cmd/ld: fix large stack split for preempt checkRuss Cox
2013-06-28runtime: preempt goroutines for GCDmitriy Vyukov
2013-06-27runtime: use gp->sched.sp for stack overflow checkRuss Cox
2013-06-28runtime: fix goroutine status corruptionDmitriy Vyukov
2013-06-27runtime: record proper goroutine state during stack splitRuss Cox
2013-06-15runtime: remove unused moreframesize_minalloc fieldDmitriy Vyukov
2013-06-12runtime: add lr, ctxt, ret to GobufRuss Cox
2013-06-12runtime: adjust traceback / garbage collector boundaryRuss Cox
2013-06-03runtime: add stackguard0 to GDmitriy Vyukov
2013-05-25runtime: update comment on stack allocatorDmitriy Vyukov
2013-02-26runtime: fix stack cache typosAnthony Martin
2013-02-22cmd/6g, cmd/8g: switch to DX for indirect call blockRuss Cox
2013-02-21cmd/gc, reflect, runtime: switch to indirect func value representationRuss Cox
2013-02-15runtime: fix debug outputDmitriy Vyukov
2013-02-14runtime: move stack management related code to stack.cDmitriy Vyukov