]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: remove Node.IsStatic field
authorMatthew Dempsky <mdempsky@google.com>
Thu, 16 Feb 2017 05:16:49 +0000 (21:16 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 17 Feb 2017 22:06:52 +0000 (22:06 +0000)
commitc61cf5e6b7920be423ba02bc13f716969265756d
tree304179287029929cc3cc6e39cd5d7d4eccf94352
parent3557d546090c7fedd69562c88d20767397de835d
cmd/compile/internal/gc: remove Node.IsStatic field

We can immediately emit static assignment data rather than queueing
them up to be processed during SSA building.

Passes toolstash -cmp.

Change-Id: I8bcea4b72eafb0cc0b849cd93e9cde9d84f30d5e
Reviewed-on: https://go-review.googlesource.com/37024
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/fmt.go
src/cmd/compile/internal/gc/sinit.go
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/gc/syntax.go
src/cmd/compile/internal/gc/walk.go