]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: added stats printing to stackalloc
authorDavid Chase <drchase@google.com>
Fri, 1 Apr 2016 18:51:29 +0000 (14:51 -0400)
committerDavid Chase <drchase@google.com>
Mon, 11 Apr 2016 21:22:54 +0000 (21:22 +0000)
commit32efa16c3d63dd630e2190a8c0f30c0a941f6fd7
tree5005197b3ca22215bac7cc685c5310383d757025
parent7e40627a0e595aa321efaf44f8507b678ee5eb1e
cmd/compile: added stats printing to stackalloc

This is controlled by the "regalloc" stats flag, since regalloc
calls stackalloc.  The plan is for this to allow comparison
of cheaper stack allocation algorithms with what we have now.

Change-Id: Ibf64a780344c69babfcbb328fd6d053ea2e02cfc
Reviewed-on: https://go-review.googlesource.com/21393
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/stackalloc.go