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

Issue 4528116: code review 4528116: gc: typecheck the whole tree before walking. preparati... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by lvd
Modified:
13 years, 9 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

gc: typecheck the whole tree before walking. preparation for some escape-analysis related changes.

Patch Set 1 #

Patch Set 2 : diff -r de48d4bcd09d https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r de48d4bcd09d https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r de48d4bcd09d https://go.googlecode.com/hg/ #

Total comments: 10

Patch Set 5 : diff -r de48d4bcd09d https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r c04039685c35 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -345 lines) Patch
M src/cmd/5g/Makefile View 1 2 1 chunk +7 lines, -6 lines 0 comments Download
M src/cmd/5g/ggen.c View 1 2 3 4 4 chunks +3 lines, -107 lines 0 comments Download
M src/cmd/6g/Makefile View 1 2 1 chunk +6 lines, -5 lines 0 comments Download
M src/cmd/6g/ggen.c View 1 2 3 4 3 chunks +4 lines, -107 lines 0 comments Download
M src/cmd/8g/Makefile View 1 2 1 chunk +6 lines, -5 lines 0 comments Download
M src/cmd/8g/ggen.c View 1 2 3 4 4 chunks +4 lines, -107 lines 0 comments Download
M src/cmd/gc/dcl.c View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M src/cmd/gc/go.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/cmd/gc/init.c View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/cmd/gc/lex.c View 1 2 3 4 2 chunks +14 lines, -2 lines 0 comments Download
A src/cmd/gc/pgen.c View 1 2 3 4 1 chunk +119 lines, -0 lines 0 comments Download
M src/cmd/gc/subr.c View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/cmd/gc/walk.c View 1 3 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 5
lvd
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 9 months ago (2011-06-02 16:12:25 UTC) #1
lvd
On 2011/06/02 16:12:25, lvd wrote: > Hello mailto:golang-dev@googlegroups.com, > > I'd like you to review ...
13 years, 9 months ago (2011-06-02 16:18:26 UTC) #2
rsc
LGTM http://codereview.appspot.com/4528116/diff/4001/src/cmd/5g/ggen.c File src/cmd/5g/ggen.c (right): http://codereview.appspot.com/4528116/diff/4001/src/cmd/5g/ggen.c#newcode11 src/cmd/5g/ggen.c:11: defframe(Prog *ptxt) { brace on next line http://codereview.appspot.com/4528116/diff/4001/src/cmd/6g/ggen.c ...
13 years, 9 months ago (2011-06-02 16:25:28 UTC) #3
lvd
all done http://codereview.appspot.com/4528116/diff/4001/src/cmd/5g/ggen.c File src/cmd/5g/ggen.c (right): http://codereview.appspot.com/4528116/diff/4001/src/cmd/5g/ggen.c#newcode11 src/cmd/5g/ggen.c:11: defframe(Prog *ptxt) { On 2011/06/02 16:25:29, rsc ...
13 years, 9 months ago (2011-06-02 16:30:51 UTC) #4
lvd
13 years, 9 months ago (2011-06-02 16:48:20 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=1ad9c6bde8e3 ***

gc: typecheck the whole tree before walking.  preparation for some
escape-analysis related changes.

R=rsc
CC=golang-dev
http://codereview.appspot.com/4528116
Sign in to reply to this message.

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