Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4)

Issue 7199052: code review 7199052: exp/ssa: (#2 of 5): core utilities (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by adonovan
Modified:
12 years, 1 month ago
Reviewers:
CC:
gri1, iant2, iant, golang-dev
Visibility:
Public.

Description

exp/ssa: (#2 of 5): core utilities This CL includes the implementation of Literal, all the Value.String and Instruction.String methods, the sanity checker, and other misc utilities.

Patch Set 1 #

Patch Set 2 : diff -r 987e3a448a7b https://code.google.com/p/go/ #

Patch Set 3 : diff -r 987e3a448a7b https://code.google.com/p/go/ #

Total comments: 17

Patch Set 4 : diff -r 3ef1c4fabb5f https://code.google.com/p/go/ #

Patch Set 5 : diff -r 3ef1c4fabb5f https://code.google.com/p/go/ #

Patch Set 6 : diff -r 3ef1c4fabb5f https://code.google.com/p/go/ #

Patch Set 7 : diff -r ca5e5de48173 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+961 lines, -15 lines) Patch
A src/pkg/exp/ssa/literal.go View 1 2 3 4 5 1 chunk +137 lines, -0 lines 0 comments Download
A src/pkg/exp/ssa/print.go View 1 2 3 4 5 1 chunk +383 lines, -0 lines 0 comments Download
A src/pkg/exp/ssa/sanity.go View 1 2 3 4 5 1 chunk +263 lines, -0 lines 0 comments Download
M src/pkg/exp/ssa/ssa.go View 1 2 3 2 chunks +6 lines, -15 lines 0 comments Download
A src/pkg/exp/ssa/util.go View 1 2 3 4 5 1 chunk +172 lines, -0 lines 0 comments Download

Messages

Total messages: 7
adonovan
Hello gri@google.com, iant@google.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
12 years, 2 months ago (2013-01-24 20:58:20 UTC) #1
iant
https://codereview.appspot.com/7199052/diff/5001/src/pkg/exp/ssa/print.go File src/pkg/exp/ssa/print.go (right): https://codereview.appspot.com/7199052/diff/5001/src/pkg/exp/ssa/print.go#newcode23 src/pkg/exp/ssa/print.go:23: // references to Functions (including methods) and Globals, the ...
12 years, 2 months ago (2013-01-25 05:33:02 UTC) #2
adonovan
https://codereview.appspot.com/7199052/diff/5001/src/pkg/exp/ssa/print.go File src/pkg/exp/ssa/print.go (right): https://codereview.appspot.com/7199052/diff/5001/src/pkg/exp/ssa/print.go#newcode23 src/pkg/exp/ssa/print.go:23: // references to Functions (including methods) and Globals, the ...
12 years, 2 months ago (2013-01-25 15:04:44 UTC) #3
adonovan
https://codereview.appspot.com/7199052/diff/5001/src/pkg/exp/ssa/sanity.go File src/pkg/exp/ssa/sanity.go (right): https://codereview.appspot.com/7199052/diff/5001/src/pkg/exp/ssa/sanity.go#newcode23 src/pkg/exp/ssa/sanity.go:23: // are written to reporter if non-nil, os.Stderr otherwise ...
12 years, 2 months ago (2013-01-25 15:37:50 UTC) #4
iant
A lot of files seem to have dropped out of this CL.
12 years, 2 months ago (2013-01-25 16:07:30 UTC) #5
iant
LGTM https://codereview.appspot.com/7199052/diff/5001/src/pkg/exp/ssa/sanity.go File src/pkg/exp/ssa/sanity.go (right): https://codereview.appspot.com/7199052/diff/5001/src/pkg/exp/ssa/sanity.go#newcode60 src/pkg/exp/ssa/sanity.go:60: var buf bytes.Buffer On 2013/01/25 15:37:51, adonovan wrote: ...
12 years, 2 months ago (2013-01-25 16:40:49 UTC) #6
adonovan
12 years, 1 month ago (2013-01-28 23:06:18 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=7f6a24ca6460 ***

exp/ssa: (#2 of 5): core utilities

This CL includes the implementation of Literal, all the
Value.String and Instruction.String methods, the sanity
checker, and other misc utilities.

R=gri, iant, iant
CC=golang-dev
https://codereview.appspot.com/7199052
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b