]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix dolinkobj flag in TestAssembly
authorJosh Bleecher Snyder <josharian@gmail.com>
Sat, 25 Feb 2017 05:40:57 +0000 (21:40 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sat, 25 Feb 2017 14:39:29 +0000 (14:39 +0000)
commite458264aca63432b225a83267690baced3eb8f26
tree1cda655b253d93957f86bcb22c8de48abdf49a06
parenta6b480bc07e400cee109eda90caddb20c2cc7e82
cmd/compile: fix dolinkobj flag in TestAssembly

Follow-up to CL 37270.

This considerably reduces the time to run the test.

Before:

real 0m7.638s
user 0m14.341s
sys 0m2.244s

After:

real 0m4.867s
user 0m7.107s
sys 0m1.842s

Change-Id: I8837a5da0979a1c365e1ce5874d81708249a4129
Reviewed-on: https://go-review.googlesource.com/37461
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Munday <munday@ca.ibm.com>
src/cmd/compile/internal/gc/asm_test.go