]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unnecessary argument stores for panicIndex etc. on ARM64
authorCherry Mui <cherryyz@google.com>
Wed, 22 Sep 2021 20:49:39 +0000 (16:49 -0400)
committerCherry Mui <cherryyz@google.com>
Fri, 29 Oct 2021 19:35:47 +0000 (19:35 +0000)
commit5ec139fa78ac6ba3f0f715b6aa9235d36346a4a4
tree0782bda42078f0c66e3370e2f207b7fcbd0c6ef9
parent459293388ceb74d9cf61c930f02325645cd0cb7d
runtime: remove unnecessary argument stores for panicIndex etc. on ARM64

If register ABI is used, no need to store the arguments to stack.
I forgot them in CL 323937.

Change-Id: I888af2b547a8fc97d13716bc8e8f3acd5c5bc127
Reviewed-on: https://go-review.googlesource.com/c/go/+/351609
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/runtime/asm_arm64.s