]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: split loadDWARF into two parts
authormatloob <matloob@golang.org>
Mon, 25 Aug 2025 21:07:41 +0000 (17:07 -0400)
committerMichael Matloob <matloob@google.com>
Fri, 29 Aug 2025 23:58:58 +0000 (16:58 -0700)
commit8377adafc548a0d9dab831477923d25ce4b10710
tree1ea9217ab21678675398c76c9c0968f23b2c1fdb
parenta7d9d5a80ae799f54e323060df0dfbccc83d3759
cmd/cgo: split loadDWARF into two parts

The first part runs gcc to get the debug information, and the second
part processes the debug information. The first part doesn't touch the
global and package level information that's computed so we can run it
earlier and concurrently in a later CL.

For #75167

Change-Id: I6a6a6964769a47792892066d06c16f239f532858
Reviewed-on: https://go-review.googlesource.com/c/go/+/699018
Reviewed-by: Michael Matloob <matloob@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/cgo/gcc.go