summaryrefslogtreecommitdiff
path: root/src/runtime/stack.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: zero a few more dead pointers.Keith Randall2014-10-081-0/+1
* runtime: delay freeing of shrunk stacks until gc is done.Keith Randall2014-10-081-1/+37
* runtime: fix throwsplit checkDmitriy Vyukov2014-09-301-1/+1
* cgo: adjust return value location to account for stack copies.Keith Randall2014-09-251-1/+3
* cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-241-2/+2
* runtime: add runtime? prefix to some static variablesRuss Cox2014-09-191-15/+15
* runtime: free stacks of Gdead goroutines at GC timeKeith Randall2014-09-171-1/+9
* runtime: print more detail in adjustframe crashRuss Cox2014-09-171-13/+33
* runtime: use traceback to traverse defer structuresRuss Cox2014-09-161-74/+62
* runtime: tell the truth about BitVector typeRuss Cox2014-09-121-3/+3
* runtime: look up arg stackmap for makeFuncStub/methodValueStub during tracebackRuss Cox2014-09-121-5/+9
* runtime: get rid of copyable check - all G frames are copyable.Keith Randall2014-09-111-156/+31
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-278/+105
* runtime: let stack copier update Panic structs for usRuss Cox2014-09-081-11/+9
* runtime: enable StackCopyAlwaysRuss Cox2014-09-081-1/+1
* runtime: turn off StackCopyAlwaysRuss Cox2014-09-081-1/+1
* runtime: enable StackCopyAlwaysRuss Cox2014-09-081-1/+1
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-081-9/+19
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1128
* add support for ref counts to memory allocator.Russ Cox2008-12-051-19/+0
* add stub routines stackalloc() and stackfree().Russ Cox2008-12-041-0/+19