]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: respect Xoffset of static data
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 28 Jul 2015 18:08:44 +0000 (11:08 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 28 Jul 2015 19:44:06 +0000 (19:44 +0000)
commit67df7934cc9f11a31395e2ade1d6c332aab67e23
tree3afee0acdf2d5d5766813e7445ae9e22a9c9932e
parent6b41665039e278a83823051b44628e25415b0205
[dev.ssa] cmd/compile: respect Xoffset of static data

Together with teaching SSA to generate static data,
this fixes the encoding/pem and hash/adler32 tests.

Change-Id: I75f81f6c995dcb9c6d99bd3acda94a4feea8b87b
Reviewed-on: https://go-review.googlesource.com/12791
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/ssa.go