]> Cypherpunks repositories - gostls13.git/commit
runtime: simplify walltime/nanotime on linux/{386,amd64}
authorTobias Klauser <tklauser@distanz.ch>
Tue, 27 Feb 2018 12:31:12 +0000 (13:31 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 27 Feb 2018 18:42:41 +0000 (18:42 +0000)
commit5b21bf6f814180e45d9f048f311a28b7886cd626
tree6cf368e23d6694860e30fe28b70dcade28386cf8
parent2013ad897dc26e413948d18138f50050857b141a
runtime: simplify walltime/nanotime on linux/{386,amd64}

Avoid an unnecessary MOVL/MOVQ.

Follow CL 97377

Change-Id: Ic43976d6b0cece3ed455496d18aedd67e0337d3f
Reviewed-on: https://go-review.googlesource.com/97358
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/sys_linux_386.s
src/runtime/sys_linux_amd64.s