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.c
Age
Commit message (
Expand
)
Author
2013-11-01
[release-branch.go1.2] runtime: relax preemption assertion during stack split
Andrew Gerrand
2013-09-12
runtime, cmd/gc, cmd/ld: ignore method wrappers in recover
Russ Cox
2013-09-06
runtime: account for all sys memory in MemStats
Dmitriy Vyukov
2013-08-22
runtime: do not trigger GC on g0
Dmitriy Vyukov
2013-08-19
runtime: don't run finalizers if we're still on the g0 stack.
Keith Randall
2013-08-15
runtime: impose stack size limit
Russ Cox
2013-08-02
runtime: reimplement reflect.call to not use stack splitting.
Keith Randall
2013-08-02
runtime: in newstack, double-check calling goroutine
Russ Cox
2013-07-29
runtime: do not split stacks in syscall status
Dmitriy Vyukov
2013-07-26
runtime: refactor mallocgc
Dmitriy Vyukov
2013-07-19
runtime: preempt long-running goroutines
Dmitriy Vyukov
2013-07-17
runtime: more reliable preemption
Dmitriy Vyukov
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: use gp->sched.sp for stack overflow check
Russ Cox
2013-06-28
runtime: fix goroutine status corruption
Dmitriy Vyukov
2013-06-27
runtime: record proper goroutine state during stack split
Russ Cox
2013-06-15
runtime: remove unused moreframesize_minalloc field
Dmitriy Vyukov
2013-06-12
runtime: add lr, ctxt, ret to Gobuf
Russ Cox
2013-06-12
runtime: adjust traceback / garbage collector boundary
Russ Cox
2013-06-03
runtime: add stackguard0 to G
Dmitriy Vyukov
2013-05-25
runtime: update comment on stack allocator
Dmitriy Vyukov
2013-02-26
runtime: fix stack cache typos
Anthony Martin
2013-02-22
cmd/6g, cmd/8g: switch to DX for indirect call block
Russ Cox
2013-02-21
cmd/gc, reflect, runtime: switch to indirect func value representation
Russ Cox
2013-02-15
runtime: fix debug output
Dmitriy Vyukov
2013-02-14
runtime: move stack management related code to stack.c
Dmitriy Vyukov