]> Cypherpunks repositories - gostls13.git/commit
cmd/compile, runtime: stop padding stackmaps to 4 bytes
authorMatthew Dempsky <mdempsky@google.com>
Tue, 11 Oct 2016 18:34:20 +0000 (11:34 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 11 Oct 2016 20:23:30 +0000 (20:23 +0000)
commit303b69feb7b26b583b53a3a82d824088064bbf2b
tree54e7fe862835668629a228e6874159ac31f2ec7b
parent943f5afe22c1a07da8954756a3701ac765bbf3c1
cmd/compile, runtime: stop padding stackmaps to 4 bytes

Shrinks cmd/go's text segment by 0.9%.

   text    data     bss     dec     hex filename
6447148  231643  146328 6825119  68249f go.before
6387404  231643  146328 6765375  673b3f go.after

Change-Id: I431e8482dbb11a7c1c77f2196cada43d5dad2981
Reviewed-on: https://go-review.googlesource.com/30817
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/compile/internal/gc/obj.go
src/runtime/symtab.go