]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: modify regalloc/stackalloc to use the cmd line debug args
authorTodd Neal <todd@tneal.org>
Thu, 10 Mar 2016 23:52:57 +0000 (17:52 -0600)
committerTodd Neal <todd@tneal.org>
Fri, 11 Mar 2016 01:35:12 +0000 (01:35 +0000)
commit6b3d4a53538c091d3d0bf207d12db3ec641b85ea
tree9e649f5d0f32be4283d09be816f63042a83f231e
parent31d13f479a19ca6e07ad60c441298c6eca04eeb2
cmd/compile: modify regalloc/stackalloc to use the cmd line debug args

Change the existing flags from compile time consts to be configurable
from the command line.

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