aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stack.go
AgeCommit message (Expand)Author
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
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-10-22runtime: add pcvalue cache to improve stack scan speedAustin Clements
2015-10-22runtime: add mSpanList type to represent lists of mspansMatthew Dempsky
2015-10-21runtime, syscall: add calls to msan functionsIan Lance Taylor
2015-10-18runtime: add a constant for the smallest possible stack frameMichael Hudson-Doyle
2015-10-17runtime: merge stack{1,2}.go -> stack.goNodir Turakulov
2014-11-11[dev.cc] runtime: convert panic and stack code from C to GoRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox