]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: set opendefer info symbol as content-addressable
authorCherry Mui <cherryyz@google.com>
Mon, 4 Oct 2021 16:51:06 +0000 (12:51 -0400)
committerCherry Mui <cherryyz@google.com>
Mon, 4 Oct 2021 22:00:53 +0000 (22:00 +0000)
commitd9952ff5119d35751d44d5cd66c7164c7bc21ce0
tree3f2d57ee657a8aada760028938085b2063679e3d
parent739328c694d5e608faa66d17192f0a59f6e01d04
cmd/compile: set opendefer info symbol as content-addressable

Also move the logic of setting arginfo symbols content-addressable
to the place of symbol creation.

Change-Id: Ia5c3d77b1cec988c42c84d573170120948575c07
Reviewed-on: https://go-review.googlesource.com/c/go/+/353830
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/internal/gc/obj.go
src/cmd/compile/internal/ssagen/ssa.go