]> Cypherpunks repositories - gostls13.git/commit
cmd/compile, runtime: convert byte-sized values to interfaces without allocation
authorJosh Bleecher Snyder <josharian@gmail.com>
Sun, 22 Jan 2017 03:52:09 +0000 (19:52 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 2 Feb 2017 21:04:34 +0000 (21:04 +0000)
commit03583675765933d4a5fb394cfa89fb41b274aaa7
tree1d004aff356fd61ea750b78c572028d24ce06280
parentc682d3239e5aa05a77ad21f2267efc4e2e60c05f
cmd/compile, runtime: convert byte-sized values to interfaces without allocation

Based in part on khr's CL 2500.

Updates #17725
Updates #18121

Change-Id: I744e1f92fc2104e6c5bd883a898c30b2eea8cc31
Reviewed-on: https://go-review.googlesource.com/35555
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/go.go
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/gc/walk.go
src/runtime/iface.go