mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/internal/obj: remove timing prints from assemblers
Updates #19865 Change-Id: I24fbf5d79b5e4cac09c14cfff678a8215397b670 Reviewed-on: https://go-review.googlesource.com/39914 Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
ff3a4ef7ec
commit
7165bcc6ba
7 changed files with 0 additions and 21 deletions
|
|
@ -146,9 +146,6 @@ func preprocess(ctxt *obj.Link, cursym *obj.LSym, newprog obj.ProgAlloc) {
|
|||
* expand RET
|
||||
* expand BECOME pseudo
|
||||
*/
|
||||
if ctxt.Debugvlog {
|
||||
ctxt.Logf("%5.2f noops\n", obj.Cputime())
|
||||
}
|
||||
|
||||
var q *obj.Prog
|
||||
var q1 *obj.Prog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue