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

Issue 127260043: code review 127260043: go: Escape_analysis for gccgo, not finished.

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by RayLi
Modified:
11 years ago
Reviewers:
iant2, iant
CC:
gofrontend-dev_googlegroups.com
Visibility:
Public.

Description

go: Escape_analysis for gccgo, not finished.

Patch Set 1 #

Patch Set 2 : diff -r 015c9aa9e4a71978d415fc45e3c83cb1da71a2fb https://code.google.com/p/gofrontend/ #

Patch Set 3 : diff -r 015c9aa9e4a71978d415fc45e3c83cb1da71a2fb https://code.google.com/p/gofrontend/ #

Total comments: 13

Patch Set 4 : diff -r b9151e911a54a78fca24d633eb30ac1a792ce986 https://code.google.com/p/gofrontend/ #

Patch Set 5 : diff -r b9151e911a54a78fca24d633eb30ac1a792ce986 https://code.google.com/p/gofrontend/ #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1091 lines, -0 lines) Patch
A go/escape.h View 1 2 3 1 chunk +287 lines, -0 lines 0 comments Download
A go/escape.cc View 1 2 3 1 chunk +493 lines, -0 lines 1 comment Download
M go/expressions.h View 1 2 3 21 chunks +93 lines, -0 lines 0 comments Download
M go/expressions.cc View 1 2 3 37 chunks +182 lines, -0 lines 0 comments Download
M go/go.cc View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M go/gogo.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M go/statements.h View 1 2 3 4 5 chunks +15 lines, -0 lines 0 comments Download
M go/statements.cc View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 4
RayLi
Hello iant@google.com (cc: gofrontend-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/gofrontend/
11 years, 2 months ago (2014-08-13 14:35:00 UTC) #1
iant
I haven't really tried to understand what this code is doing, just some quick comments ...
11 years, 2 months ago (2014-08-13 15:08:16 UTC) #2
RayLi
Hello iant@google.com, iant@golang.org (cc: gofrontend-dev@googlegroups.com), Please take another look.
11 years, 2 months ago (2014-08-22 15:43:12 UTC) #3
RayLi
11 years, 2 months ago (2014-08-22 16:28:46 UTC) #4
https://codereview.appspot.com/127260043/diff/80001/go/escape.cc File go/escape.cc (right): https://codereview.appspot.com/127260043/diff/80001/go/escape.cc#newcode227 go/escape.cc:227: Variable* newvar = new Variable(NULL, NULL, true, false, false, I haven't give a type. I will make some changes here.
Sign in to reply to this message.

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