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
/
stack.go
Age
Commit message (
Expand
)
Author
2021-11-05
runtime: fix racy stackForceMove check
Austin Clements
2021-11-05
runtime: add always-preempt maymorestack hook
Austin Clements
2021-11-02
runtime, syscall: add calls to asan functions
fanzha02
2021-10-29
runtime: track the amount of scannable allocated stack for the GC pacer
Michael Anthony Knyszek
2021-10-05
Revert "runtime: use unsafe.Slice in getStackMap"
Josh Bleecher Snyder
2021-10-05
cmd/link,runtime: remove relocations from stkobjs
Josh Bleecher Snyder
2021-09-29
runtime: use unsafe.Slice in getStackMap
Josh Bleecher Snyder
2021-09-28
reflect,runtime: add reflect support for regabi on PPC64
Lynn Boger
2021-09-27
runtime: convert _func.entry to a method
Josh Bleecher Snyder
2021-08-30
runtime: remove unnecesarry newline on freeStackSpans
Koichi Shiraishi
2021-07-02
[dev.typeparams] all: merge master (912f075) into dev.typeparams
Matthew Dempsky
2021-07-02
cmd/compile: fix stack growing algorithm
go101
2021-06-17
[dev.typeparams] runtime: replace Goarch* constants with internal/goarch vers...
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace Goos* constants with internal/goos versions...
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime/internal/sys: replace ArchFamily and constants with ...
Michael Anthony Knyszek
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-06-08
[dev.typeparams] runtime: remove tracebackdefers
Cherry Mui
2021-06-02
[dev.typeparams] reflect: implement register ABI for MakeFunc etc. on ARM64
Cherry Mui
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
Cherry Mui
2021-04-30
cmd/compile, runtime: emit only GC data for stack objects
Cherry Zhang
2021-04-05
cmd/internal/obj/x86: simplify huge frame prologue
Austin Clements
2021-04-02
reflect: add register ABI support for makeFuncStub and methodValueCall
Michael Anthony Knyszek
2021-04-02
runtime: make gcTestMoveStackOnNextCall not double the stack
Austin Clements
2021-02-23
runtime: reset stack poison flag accidentally set
David Chase
2021-02-23
cmd/compile: add AMD64 parameter register defs, Arg ops, plumb to ssa.Config
David Chase
2021-02-19
runtime: delete gosave (dead code)
Russ Cox
2021-02-19
runtime: document, clean up internal/sys
Russ Cox
2020-10-26
runtime: make the span allocation purpose more explicit
Michael Anthony Knyszek
2020-10-06
runtime: use sigaltstack on macOS/ARM64
Cherry Zhang
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-09-21
runtime: disable stack shrinking in activeStackChans race window
Michael Anthony Knyszek
2020-09-20
runtime: improve error messages after allocating a stack that is too big
Paschalis Tsilias
2020-09-11
runtime: remove darwin/arm specifc code
Cherry Zhang
2020-08-27
runtime: framepointers are no longer an experiment - hard code them
Keith Randall
2020-06-19
reflect: zero stack slots before writing to them with write barriers
Keith Randall
2020-05-07
runtime: incorporate Gscan acquire/release into lock ranking order
Dan Scales
2020-05-07
runtime: grow stack more than 2x if the new frame is large
Keith Randall
2020-04-29
runtime: use conservative scanning for debug calls
Austin Clements
2020-04-07
runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)
Dan Scales
2020-02-24
runtime: remove mcache field from m
Ian Lance Taylor
2019-11-27
runtime: print more information on stack overflow
Cherry Zhang
2019-11-15
all: fix a bunch of misspellings
Ville Skyttä
2019-11-04
runtime: clean up power-of-two rounding code with align functions
Michael Anthony Knyszek
2019-11-02
runtime: use signals to preempt Gs for suspendG
Austin Clements
2019-10-31
runtime: atomically set span state and use as publication barrier
Austin Clements
2019-10-25
runtime: abstract M preemption check into a function
Austin Clements
2019-10-25
runtime: only shrink stacks at synchronous safe points
Austin Clements
2019-10-25
runtime: make copystack/sudog synchronization more explicit
Austin Clements
2019-10-25
runtime: remove old stack scanning code
Austin Clements
[prev]
[next]