]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: refactor gclocals sym creation
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 1 Oct 2021 22:39:21 +0000 (15:39 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 4 Oct 2021 22:38:27 +0000 (22:38 +0000)
commita8d78fae95d5a8a09e248ce4d26f04b38791a7b6
tree4b937e1341fc4f1a0f1aef025ac2d6891a1b878b
parent752cc07c77767d28a61525daa359d087b035f5c1
cmd/compile: refactor gclocals sym creation

It'll be used in second place in a subsequent change.
No functional changes.

Change-Id: I58dd12d7dde45b36995d031fc7fbb27d6eaf48d3
Reviewed-on: https://go-review.googlesource.com/c/go/+/353670
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Trust: David Crawshaw <crawshaw@golang.org>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/compile/internal/liveness/plive.go
src/cmd/internal/obj/sym.go