]> Cypherpunks repositories - gostls13.git/commit
Revert "reflect,runtime: use internal ABI for selected ASM routines"
authorThan McIntosh <thanm@google.com>
Thu, 29 Oct 2020 15:37:35 +0000 (15:37 +0000)
committerThan McIntosh <thanm@google.com>
Thu, 29 Oct 2020 15:58:40 +0000 (15:58 +0000)
commitddc7e1d16f58c73a2587bba130a4a49ffac8b0d1
treec0f418c3302c68dd475cd6160702b549a1ffa1bc
parent152468070946c6b8688bff2c0cccd2bc72904722
Revert "reflect,runtime: use internal ABI for selected ASM routines"

This reverts commit 50af50d136551e2009b2b52e829570536271cdaa.

Reason for revert: Causes failures in the runtime package test on Darwin, apparently.

Change-Id: I006bc1b3443fa7207e92fb4a93e3fb438d4d3de3
Reviewed-on: https://go-review.googlesource.com/c/go/+/266257
Trust: Than McIntosh <thanm@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
19 files changed:
src/cmd/compile/internal/gc/ssa.go
src/cmd/internal/obj/wasm/wasmobj.go
src/reflect/asm_amd64.s
src/runtime/asm_amd64.s
src/runtime/asm_wasm.s
src/runtime/duff_amd64.s
src/runtime/mkpreempt.go
src/runtime/preempt_386.s
src/runtime/preempt_amd64.s
src/runtime/preempt_arm.s
src/runtime/preempt_arm64.s
src/runtime/preempt_mips64x.s
src/runtime/preempt_mipsx.s
src/runtime/preempt_ppc64x.s
src/runtime/preempt_riscv64.s
src/runtime/preempt_s390x.s
src/runtime/preempt_wasm.s
src/runtime/race_amd64.s
src/runtime/sys_linux_amd64.s