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_arm64.s
Age
Commit message (
Expand
)
Author
2025-10-10
runtime: support arm64 Neon in async preemption
Julia Lapenko
2025-10-07
Revert "cmd/compile: redo arm64 LR/FP save and restore"
Keith Randall
2025-10-06
cmd/compile: redo arm64 LR/FP save and restore
Keith Randall
2025-02-14
runtime: use return for async preemption resumption on arm64
Joel Sing
2022-03-03
runtime: use stp/ldp to save and restore all registers on arm64
eric fang
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...
Cherry Mui
2020-10-30
reflect,runtime: use internal ABI for selected ASM routines, attempt 2
Than McIntosh
2020-10-29
Revert "reflect,runtime: use internal ABI for selected ASM routines"
Than McIntosh
2020-10-29
reflect,runtime: use internal ABI for selected ASM routines
Than McIntosh
2020-10-06
runtime: use sigaltstack on macOS/ARM64
Cherry Zhang
2020-09-23
all: add GOOS=ios
Cherry Zhang
2019-11-12
runtime: enable async preemption on darwin/arm64
Cherry Zhang
2019-11-07
runtime: add async preemption support on ARM64
Cherry Zhang
2019-11-02
runtime: asynchronous preemption function for x86
Austin Clements