aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/abi.go
AgeCommit message (Expand)Author
2022-03-18reflect, runtime: drop RegabiArgs conditionsCherry Mui
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-09-09reflect: add hooks for dealing with narrow width floatsMichael Anthony Knyszek
2021-06-17[dev.typeparams] reflect: use goarch.PtrSize instead of the duplicated ptrSiz...Michael Anthony Knyszek
2021-04-14reflect: keep pointer register results alive in callMethodCherry Zhang
2021-04-08internal/goexperiment: consolidate experiment-enabled constantsAustin Clements
2021-04-02reflect: remove short-circuits for zero-sized types in ABI algorithmMichael Anthony Knyszek
2021-04-02reflect: add register ABI support for makeFuncStub and methodValueCallMichael Anthony Knyszek
2021-04-01reflect,runtime: assume register ABI with GOEXPERIMENT=regabiargsMichael Anthony Knyszek
2021-04-01reflect: undo register count increments on register assignment failureMichael Anthony Knyszek
2021-03-05reflect: include the alignment of zero-sized types in stack offsetsMichael Anthony Knyszek
2021-03-05reflect: use global variables for register countMichael Anthony Knyszek
2021-03-02all: fix spellingJohn Bampton
2021-02-26reflect: fix register ABI spill space calculationMichael Anthony Knyszek
2021-02-16[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek