]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/x86: slightly optimize ADJSP encoding
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 19 Mar 2019 17:40:52 +0000 (10:40 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 19 Mar 2019 22:10:06 +0000 (22:10 +0000)
commitcb8aefd3b06f39679ebe1abbd38abef52cbd76b7
tree1f1b53dc647d74f01791d5741a7507834247219e
parent250b96a7bfa5b9ac0f31e70e768173f57a61d2f7
cmd/internal/obj/x86: slightly optimize ADJSP encoding

This shaves a few bytes off here and there.

file    before    after     Δ       %
buildid 2865992   2861896   -4096   -0.143%
pprof   14744060  14739964  -4096   -0.028%
trace   11680644  11676548  -4096   -0.035%
vet     8448240   8444144   -4096   -0.048%

Change-Id: I799034afabc06a37b535301cd1380d63b4461095
Reviewed-on: https://go-review.googlesource.com/c/go/+/168343
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Martin Möhrmann <martisch@uos.de>
src/cmd/internal/obj/x86/asm6.go