]> Cypherpunks repositories - gostls13.git/commit
exp/ssa: (#5 of 5): the SSA interpreter and 'ssadump' tool.
authorAlan Donovan <adonovan@google.com>
Fri, 8 Feb 2013 15:43:53 +0000 (10:43 -0500)
committerAlan Donovan <adonovan@google.com>
Fri, 8 Feb 2013 15:43:53 +0000 (10:43 -0500)
commitc8f2449ea7e0d61c959062f82a4cf6579f22596c
tree2d5c35eb003ccda0dc02ae662454116883d85d8b
parent0a9f1ab8bb68835bf66faf9c7a925003c6087c4e
exp/ssa: (#5 of 5): the SSA interpreter and 'ssadump' tool.

R=gri, iant
CC=golang-dev
https://golang.org/cl/7226065
src/pkg/exp/ssa/interp/external.go [new file with mode: 0644]
src/pkg/exp/ssa/interp/interp.go [new file with mode: 0644]
src/pkg/exp/ssa/interp/map.go [new file with mode: 0644]
src/pkg/exp/ssa/interp/ops.go [new file with mode: 0644]
src/pkg/exp/ssa/interp/reflect.go [new file with mode: 0644]
src/pkg/exp/ssa/interp/value.go [new file with mode: 0644]
src/pkg/exp/ssa/ssadump.go [new file with mode: 0644]