]> Cypherpunks repositories - gostls13.git/commit
runtime: remove the fake mstart caller in systemstack on linux/loong64
authorGuoqi Chen <chenguoqi@loongson.cn>
Mon, 4 Jul 2022 06:29:52 +0000 (14:29 +0800)
committerGopher Robot <gobot@golang.org>
Fri, 17 Mar 2023 06:57:16 +0000 (06:57 +0000)
commitc8402cd33046e54c7e6530b458dfc21111d7ce64
treefea20f92e9c089601f4cf4bbe74687cd8eec72ef
parent3360be4a1160658153c1f2643acc99452c977339
runtime: remove the fake mstart caller in systemstack on linux/loong64

The backtrace knows to stop in the system stack due to writing to the SP,
so here the fake mstart caller in the system stack is no longer needed and
can be removed

ref. CL 288799

Change-Id: I0841e75fd515cf6a0d98abe4cffc3f63fc275e0e
Reviewed-on: https://go-review.googlesource.com/c/go/+/416035
Auto-Submit: Wayne Zuo <wdvxdr@golangcn.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: WANG Xuerui <git@xen0n.name>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Wayne Zuo <wdvxdr@golangcn.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/asm_loong64.s