aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/preempt.go
AgeCommit message (Expand)Author
2021-10-04cmd, runtime: eliminate runtime.no_pointers_stackmapJosh Bleecher Snyder
2021-09-27runtime: convert _func.entry to a methodJosh Bleecher Snyder
2021-08-16runtime: accept restartable sequence pcdata values in isAsyncSafePointCherry Mui
2021-06-17[dev.typeparams] runtime: fix import sort order [generated]Michael Anthony Knyszek
2021-06-17[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek
2021-05-21[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui
2021-05-21[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui
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