]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: change Func.{Enter,Exit} from NodeList to slice
authorIan Lance Taylor <iant@golang.org>
Fri, 26 Feb 2016 22:28:48 +0000 (14:28 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 27 Feb 2016 00:59:47 +0000 (00:59 +0000)
commit188e3d251507adb1b2910b49a091c7ba594819b6
tree80105a07c516446736e616b3fa4bf30fb71d4709
parent6520da6ed5241b0383d50a286b4be0da70dc352b
cmd/compile: change Func.{Enter,Exit} from NodeList to slice

Introduces a new types Nodes that can be used to replace NodeList.

Update #14473.

Change-Id: Id77c5dcae0cbeb898ba12dd46bd400aad408871c
Reviewed-on: https://go-review.googlesource.com/19969
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/cgen.go
src/cmd/compile/internal/gc/closure.go
src/cmd/compile/internal/gc/fmt.go
src/cmd/compile/internal/gc/gen.go
src/cmd/compile/internal/gc/pgen.go
src/cmd/compile/internal/gc/racewalk.go
src/cmd/compile/internal/gc/syntax.go
src/cmd/compile/internal/gc/typecheck.go
src/cmd/compile/internal/gc/walk.go