1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:21:21 -06:00
go/src/cmd/compile
Daniel Morsing 66b47812eb [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>
2015-07-01 15:47:41 +00:00
..
internal [dev.ssa] cmd/compile/internal/ssa: Initial implementation of memory zeroing 2015-07-01 15:47:41 +00:00
doc.go cmd/compile: add -importmap option 2015-06-19 18:50:12 +00:00
main.go