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
/
reflect
/
asm_amd64.s
Age
Commit message (
Expand
)
Author
2021-06-01
[dev.typeparams] reflect: call ABI0 spill/unspill functions on AMD64
Cherry Mui
2021-05-24
[dev.typeparams] reflect: use internal/abi.FuncPCABI0 to take address of asse...
Cherry Mui
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...
Cherry Mui
2021-04-16
reflect: preserve ctxt across moveMakeFuncArgPtrs
Cherry Zhang
2021-04-05
reflect: call ABI0 callReflect/callMethod
Cherry Zhang
2021-04-02
reflect: add register ABI support for makeFuncStub and methodValueCall
Michael Anthony Knyszek
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
2018-09-29
reflect: ensure correct scanning of return values
Keith Randall
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2014-09-12
runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox