]> Cypherpunks repositories - gostls13.git/commit
runtime: cleanup crashstack code
authorMauri de Souza Meneguzzo <mauri870@gmail.com>
Mon, 6 May 2024 12:21:37 +0000 (12:21 +0000)
committerCherry Mui <cherryyz@google.com>
Thu, 16 May 2024 21:49:14 +0000 (21:49 +0000)
commitc89318667f525b1e796fca991ce92a1529aba81c
tree4e680d3f4d2540c62194857fab527654e6d0df68
parent036e93ba7631bb12844f01078979e761144f227f
runtime: cleanup crashstack code

This patch removes redundant guards for the crash stack feature, as all
supported Go architectures now have a crash stack implementation.

Change-Id: I7ffb61c57955778d687073418130b2aaab0ff183
GitHub-Last-Rev: 6ff56d6420093ee8f95c75019557dc8bcec32ed7
GitHub-Pull-Request: golang/go#67202
Reviewed-on: https://go-review.googlesource.com/c/go/+/583416
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Mauri de Souza Meneguzzo <mauri870@gmail.com>
src/runtime/asm.s
src/runtime/proc.go