aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.h
AgeCommit message (Expand)Author
2014-06-30undo CL 104200047 / 318b04f28372Keith Randall
2014-06-30runtime: stack allocator, separate from mallocgcKeith Randall
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-05-31runtime: make continuation pc available to stack walkRuss Cox
2014-05-31runtime: fix empty heap dump bug on windows.Shenghou Ma
2014-05-13runtime: fix triggering of forced GCDmitriy Vyukov
2014-04-15liblink: introduce TLS register on 386 and amd64Russ Cox
2014-04-08reflect, runtime: fix crash in GC due to reflect.call + precise GCRuss Cox
2014-04-03runtime: fix fault during arm software floating pointRuss Cox
2014-03-27runtime: enable 'bad pointer' check during garbage collection of Go stack framesRuss Cox
2014-03-25runtime: WriteHeapDump dumps the heap to a file.Keith Randall
2014-03-25runtime: redo stack map entries to avoid false retentionKeith Randall
2014-03-24runtime: use VEH, not SEH, for windows/386 exception handlingRuss Cox
2014-03-14runtime: fix use after close race in Solaris network pollerAram Hăvărneanu
2014-03-13runtime: fix signal handling on Plan 9Anthony Martin
2014-03-13runtime: detect stack split after forkDmitriy Vyukov
2014-03-13runtime: harden conditions when runtime panics on crashDmitriy Vyukov
2014-03-11runtime: more Native Client fixesDave Cheney
2014-03-07runtime: round stack size to power of 2.Shenghou Ma
2014-03-07runtime: refactor and fix stack management codeDmitriy Vyukov
2014-03-07runtime: fix memory corruption and leak in recursive panic handlingDmitriy Vyukov
2014-03-06runtime: use custom thunks for race calls instead of cgoDmitriy Vyukov
2014-03-05runtime: handle Go calls C calls Go panic correctly on windows/386Russ Cox
2014-02-26runtime: grow stack by copyingKeith Randall
2014-02-26runtime: get rid of the settype buffer and lock.Keith Randall
2014-02-26runtime, net: fixes from CL 68490043 reviewRuss Cox
2014-02-25all: merge NaCl branch (part 1)Dave Cheney
2014-02-24runtime, net: add support for GOOS=solarisAram Hăvărneanu
2014-02-20runtime/debug: add SetPanicOnFaultRuss Cox
2014-02-20runtime: use goc2c as much as possibleRuss Cox
2014-02-12runtime: improve cpu profiles for GC/syscalls/cgoDmitriy Vyukov
2014-02-12runtime: refactor level-triggered IO supportDmitriy Vyukov
2014-02-12runtime: refactor chan codeDmitriy Vyukov
2014-02-10runtime: do not cpu profile idle threads on windowsDmitriy Vyukov
2014-01-28runtime: fix windows buildDmitriy Vyukov
2014-01-24runtime: combine small NoScan allocationsDmitriy Vyukov
2014-01-23runtime: Print elision message if we skipped frames on traceback.Keith Randall
2014-01-22runtime: remove locks from netpoll hotpathsDmitriy Vyukov
2014-01-22runtime: allocate goroutine ids in batchesDmitriy Vyukov
2014-01-22runtime: fix and improve CPU profilingDmitriy Vyukov
2014-01-21runtime: do not collect GC roots explicitlyDmitriy Vyukov
2014-01-21runtime: per-P defer poolDmitriy Vyukov
2014-01-17runtime: add support for GOOS=solarisAram Hăvărneanu
2014-01-16runtime: output how long goroutines are blockedDmitriy Vyukov
2014-01-16runtime: use lock-free ring for work queuesDmitriy Vyukov
2014-01-07runtime: use special records hung off the MSpan toKeith Randall
2013-12-19syscall: add NewCallbackCDecl againAlex Brainman
2013-12-06runtime: add GODEBUG option for an electric fence like heap modeCarl Shapiro
2013-12-03runtime: add an allocation and free tracing for gc debuggingCarl Shapiro
2013-12-02runtime: pass key/value to map accessors by reference, not by value.Keith Randall