]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove overflow pointer padding for nacl
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Sat, 19 Oct 2019 16:31:52 +0000 (23:31 +0700)
committerKeith Randall <khr@golang.org>
Mon, 21 Oct 2019 19:04:47 +0000 (19:04 +0000)
commitba97d0d84d4272c4b8497fa6af2eab1580b62d44
treefda25b771e624555ba79a5fbda84421b968b5492
parent3b2eb699a06eb2eb9afdf5fbf2326f87e9deca97
cmd/compile: remove overflow pointer padding for nacl

CL 200077 removed nacl bits in the toolchain, but it misses the code to
add pointer overflow padding, which is specific for nacl.

This CL removes that part.

Passes toolstash-check.

Updates #30439

Change-Id: I1e77cade9f31690e16cd13d3445a98b500671252
Reviewed-on: https://go-review.googlesource.com/c/go/+/202159
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/reflect.go