]> Cypherpunks repositories - gostls13.git/commit
exp/ssa: cross off a few remaining TODO issues.
authorAlan Donovan <adonovan@google.com>
Fri, 22 Feb 2013 05:09:21 +0000 (00:09 -0500)
committerAlan Donovan <adonovan@google.com>
Fri, 22 Feb 2013 05:09:21 +0000 (00:09 -0500)
commitd9001ef012aabcd28c66a2d1f321078f45a2ffac
treeca132028b2b295b3a2d97801d7aac385f1e1d55e
parented1ac056735e67c0f6bc23c60a9c2a0f999c80cb
exp/ssa: cross off a few remaining TODO issues.

- append: nothing to do (nonsemantic change).
- delete: now performs correct conversion (+ test).
- emitCompare: nothing to do.
- emitArith (shifts): nothing to do (+ test).
- "banish untyped types": give up on that.
- real, imag: now do correct conversions.
- added comment to interp.go re zero-size values.

R=gri
CC=golang-dev
https://golang.org/cl/7391046
src/pkg/exp/ssa/builder.go
src/pkg/exp/ssa/emit.go
src/pkg/exp/ssa/interp/interp.go
src/pkg/exp/ssa/interp/testdata/coverage.go