aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stack.go
AgeCommit message (Expand)Author
2018-03-29[release-branch.go1.10] runtime: identify special functions by flag instead o...Keith Randall
2017-12-15runtime: symbolize morestack caller in throwsplit panicAustin Clements
2017-11-22runtime: print runtime frames in throwsplit traceAustin Clements
2017-10-29runtime: remove write barriers from newstack, gogoAustin Clements
2017-08-18all: unindent some big chunks of codeDaniel Martí
2017-08-15runtime: move selectdone into gDaniel Morsing
2017-05-23runtime: remove unused copies of special stack guardsAustin Clements
2017-05-23runtime: fix stackCache=0 debug modeAustin Clements
2017-05-23runtime: fix stackFromSystem returning memoryAustin Clements
2017-04-13runtime: generalize {alloc,free}Stack to {alloc,free}ManualAustin Clements
2017-04-13runtime: rename mspan.stackfreelist -> manualFreeListAustin Clements
2017-04-13runtime: rename _MSpanStack -> _MSpanManualAustin Clements
2017-04-05runtime: initialize more fields of stack spansAustin Clements
2017-03-27runtime: improve systemstack-on-Go stack messageAustin Clements
2017-03-06runtime: avoid repeated findmoduledatap callsAustin Clements
2017-02-14runtime: remove g.stackAllocAustin Clements
2017-02-14runtime: remove stack barriersAustin Clements
2017-01-06runtime: use 4K as the boundary of legal pointersAustin Clements
2016-12-07runtime: on stack copy, adjust BPKeith Randall
2016-10-28runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements
2016-10-26runtime: scan mark worker stacks like normalAustin Clements
2016-10-26runtime: fix bad pointer with 0 stack barriersAustin Clements
2016-10-24runtime: make morestack less subtleAustin Clements
2016-10-05runtime, cmd/internal/obj: get rid of rewindmorestackCherry Zhang
2016-09-02runtime: improve message when a bad pointer is found on the stackAustin Clements
2016-08-18cmd/compile: ppc64le working, not optimized enoughDavid Chase
2016-07-08runtime: handle selects with duplicate channels in shrinkstackIan Lance Taylor
2016-06-17runtime: eliminate poisonStack checksAustin Clements
2016-05-27runtime: always call stackfree on the system stackAustin Clements
2016-05-26build: enable framepointer mode by defaultRuss Cox
2016-05-25runtime: pass gcWork to scanstackAustin Clements
2016-04-29[dev.garbage] runtime: use s.base() everywhere it makes senseAustin Clements
2016-04-27[dev.garbage] Merge remote-tracking branch 'origin/master' into HEADRick Hudson
2016-04-27[dev.garbage] runtime: replace ref with allocCountRick Hudson
2016-04-27[dev.garbage] runtime: allocate directly from GC mark bitsRick Hudson
2016-04-27[dev.garbage] runtime: add stackfreelistRick Hudson
2016-04-26runtime: don't clear gcscanvalid in casfrom_GscanstatusAustin Clements
2016-04-11runtime: remove remaining references to TheCharJeremy Jackins
2016-03-16runtime: shrink stacks during concurrent markAustin Clements
2016-03-16runtime: make shrinkstack concurrent-safeAustin Clements
2016-03-16runtime: fix transient _Gwaiting states in newstackAustin Clements
2016-03-14runtime: copy stack before adjustingAustin Clements
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-28runtime: clean up adjustpointer and eliminate write barrierAustin Clements
2015-12-14runtime: recycle large stack spansAustin Clements
2015-11-24runtime: take stack barrier lock during copystackAustin Clements
2015-11-12cmd/internal/obj, cmd/link, runtime: increase stack limit to accommodate larg...Michael Hudson-Doyle
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-11-12runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)Matthew Dempsky