]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/internal/ssa: Initial implementation of memory zeroing
authorDaniel Morsing <daniel.morsing@gmail.com>
Sat, 27 Jun 2015 14:45:20 +0000 (15:45 +0100)
committerDaniel Morsing <daniel.morsing@gmail.com>
Wed, 1 Jul 2015 15:47:41 +0000 (15:47 +0000)
commit66b47812eb2753eb874a622d8820dee351c4ffeb
tree458e0a3216c2d2491ed20f67541060402d26ad9f
parentc9372619f2b6cfc7edff790b20b67e2ce5d8e044
[dev.ssa] cmd/compile/internal/ssa: Initial implementation of memory zeroing

This will make it possible for us to start implementing interfaces
and other stack allocated types which are more than one machine word.

Change-Id: I52b187a791cf1919cb70ed6dabdc9f57b317ea83
Reviewed-on: https://go-review.googlesource.com/11631
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/ssa/TODO
src/cmd/compile/internal/ssa/func.go
src/cmd/compile/internal/ssa/gen/AMD64.rules
src/cmd/compile/internal/ssa/gen/AMD64Ops.go
src/cmd/compile/internal/ssa/gen/genericOps.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewriteAMD64.go