]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/deferproc
authorCherry Mui <cherryyz@google.com>
Fri, 4 Jun 2021 22:11:59 +0000 (18:11 -0400)
committerCherry Mui <cherryyz@google.com>
Tue, 8 Jun 2021 20:54:04 +0000 (20:54 +0000)
commit8e5304f7298a0eef48e4796017c51b4d9aeb52b5
tree30ab50bcac86867662888dc776844b26d5a901af
parent00d01b57866d4b052c3b75706bbc8601167ead7c
[dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/deferproc

newproc/deferproc takes a siz argument for the go'd/deferred
function's argument size. Now it is always zero. Remove the
argument.

Change-Id: If1bb8d427e34015ccec0ba10dbccaae96757fa8c
Reviewed-on: https://go-review.googlesource.com/c/go/+/325917
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
14 files changed:
src/cmd/compile/internal/ssagen/ssa.go
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_arm.s
src/runtime/asm_arm64.s
src/runtime/asm_mips64x.s
src/runtime/asm_mipsx.s
src/runtime/asm_ppc64x.s
src/runtime/asm_riscv64.s
src/runtime/asm_s390x.s
src/runtime/asm_wasm.s
src/runtime/debugcall.go
src/runtime/panic.go
src/runtime/proc.go