]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: use inlineUnwinder
authorAustin Clements <austin@google.com>
Mon, 6 Feb 2023 02:37:07 +0000 (21:37 -0500)
committerAustin Clements <austin@google.com>
Fri, 10 Mar 2023 17:18:34 +0000 (17:18 +0000)
commit166e5ee4f2b5f170663c25b56d4929919c13debf
treebba7627dc6de2e8e1e4a9516ff37e81f0e260fb3
parent59d0de16e4f003e69403eeee969f0b4a96dd6dcb
runtime: use inlineUnwinder

This converts all places in the runtime that perform inline expansion
to use the new inlineUnwinder abstraction.

For #54466.

Change-Id: I48d996fb6263ed5225bd21d30914a27ae434528d
Reviewed-on: https://go-review.googlesource.com/c/go/+/466099
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/preempt.go
src/runtime/race.go
src/runtime/stubs.go
src/runtime/symtab.go
src/runtime/traceback.go