aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/preempt.go
AgeCommit message (Expand)Author
2021-05-12runtime: fix handling of SPWRITE functions in tracebackRuss Cox
2020-10-30runtime: remove go115ReduceLiveness and go115RestartSeqCherry Zhang
2020-09-08runtime: make PCDATA_RegMapUnsafe more clear and remove magic numberchainhelen
2020-05-06cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang
2020-04-29cmd/compile,runtime: stack maps only at calls, remove register mapsAustin Clements
2019-12-18runtime: use innermost frame's func name for async preemption checkCherry Zhang
2019-11-27cmd/internal/obj, runtime: use register map to mark unsafe pointsCherry Zhang
2019-11-20runtime: support preemption on windows/{386,amd64}Austin Clements
2019-11-07runtime: add async preemption support on MIPS and MIPS64Cherry Zhang
2019-11-02runtime: don't async preempt NO_LOCAL_POINTERS assembly functionsCherry Zhang
2019-11-02runtime: implement async scheduler preemptionAustin Clements
2019-11-02runtime: use signals to preempt Gs for suspendGAustin Clements
2019-11-02runtime: asynchronous preemption function for x86Austin Clements
2019-10-25runtime: abstract M preemption check into a functionAustin Clements
2019-10-25runtime: add general suspendG/resumeGAustin Clements