]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: use sparsetree in checkFunc
authorTodd Neal <todd@tneal.org>
Thu, 4 Feb 2016 02:06:21 +0000 (21:06 -0500)
committerTodd Neal <todd@tneal.org>
Thu, 4 Feb 2016 12:03:33 +0000 (12:03 +0000)
commitc58c20f30f5b34af6b36b21b1348a5d8011612ac
tree64a50c8de8bfa1b5e52f9d62501f50cbbc630b06
parent955749c45f7bcff039adbe54d11c7c24782d6941
[dev.ssa] cmd/compile: use sparsetree in checkFunc

Modify the simple domCheck to use the sparse tree code.  This
speeds up compilation of one of the generated test cases from
1m48s to 17s.

Change-Id: If577410ee77b54918147a66917a8e3721297ee0a
Reviewed-on: https://go-review.googlesource.com/19187
Run-TryBot: Todd Neal <todd@tneal.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/check.go