index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
preempt.go
Age
Commit message (
Expand
)
Author
2022-09-07
runtime: rename _func.nameoff and friends to nameOff
Michael Pratt
2022-09-07
runtime: rename inlinedCall.func_ to inlinedCall.nameOff
Michael Pratt
2022-08-17
runtime: convert m.preemptGen to atomic type
Cuong Manh Le
2021-10-04
cmd, runtime: eliminate runtime.no_pointers_stackmap
Josh Bleecher Snyder
2021-09-27
runtime: convert _func.entry to a method
Josh Bleecher Snyder
2021-08-16
runtime: accept restartable sequence pcdata values in isAsyncSafePoint
Cherry 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.FuncPCABIInternal
Cherry Mui
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...
Cherry Mui
2021-05-12
runtime: fix handling of SPWRITE functions in traceback
Russ Cox
2020-10-30
runtime: remove go115ReduceLiveness and go115RestartSeq
Cherry Zhang
2020-09-08
runtime: make PCDATA_RegMapUnsafe more clear and remove magic number
chainhelen
2020-05-06
cmd/internal/obj, runtime: preempt & restart some instruction sequences
Cherry Zhang
2020-04-29
cmd/compile,runtime: stack maps only at calls, remove register maps
Austin Clements
2019-12-18
runtime: use innermost frame's func name for async preemption check
Cherry Zhang
2019-11-27
cmd/internal/obj, runtime: use register map to mark unsafe points
Cherry Zhang
2019-11-20
runtime: support preemption on windows/{386,amd64}
Austin Clements
2019-11-07
runtime: add async preemption support on MIPS and MIPS64
Cherry Zhang
2019-11-02
runtime: don't async preempt NO_LOCAL_POINTERS assembly functions
Cherry Zhang
2019-11-02
runtime: implement async scheduler preemption
Austin Clements
2019-11-02
runtime: use signals to preempt Gs for suspendG
Austin Clements
2019-11-02
runtime: asynchronous preemption function for x86
Austin Clements
2019-10-25
runtime: abstract M preemption check into a function
Austin Clements
2019-10-25
runtime: add general suspendG/resumeG
Austin Clements