]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: refactor stackmap dumping code
authorMatthew Dempsky <mdempsky@google.com>
Tue, 11 Oct 2016 17:23:14 +0000 (10:23 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 11 Oct 2016 20:23:24 +0000 (20:23 +0000)
commit943f5afe22c1a07da8954756a3701ac765bbf3c1
tree05fd5291634da8e08d0c996dc2340fe5b5adeaa4
parent15817e409bce6eeaa7ea2ae158db6ce4618f27f2
cmd/compile: refactor stackmap dumping code

Also, fix a byte-ordering problem with stack maps for assembly
function signatures on big-endian targets.

Change-Id: I6e8698f5fbb04b31771a65f4a8f3f9c045ff3c98
Reviewed-on: https://go-review.googlesource.com/30816
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/compile/internal/gc/obj.go
src/cmd/compile/internal/gc/pgen.go
src/cmd/compile/internal/gc/plive.go