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

Issue 4972056: code review 4972056: gc: treat DOTMETH like DOT in escape analysis. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 8 months ago by lvd
Modified:
12 years, 8 months ago
Reviewers:
CC:
rsc, nigeltao, dave_cheney.net, bradfitz, golang-dev, mikio
Visibility:
Public.

Description

gc: treat DOTMETH like DOT in escape analysis. Fixes issue 2225

Patch Set 1 #

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

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

Total comments: 1

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

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

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

Patch Set 7 : diff -r c9da4512c385 https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r c9da4512c385 https://go.googlecode.com/hg/ #

Patch Set 9 : diff -r c9da4512c385 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M src/cmd/gc/esc.c View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M test/escape2.go View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 9
nigeltao
s/XXX/2225/ in the CL description.
12 years, 8 months ago (2011-09-05 00:49:56 UTC) #1
dave_cheney.net
LGTM, sample code passes on 5g, 6g and 8g.
12 years, 8 months ago (2011-09-05 09:41:26 UTC) #2
rsc
http://codereview.appspot.com/4972056/diff/4001/src/cmd/gc/esc.c File src/cmd/gc/esc.c (right): http://codereview.appspot.com/4972056/diff/4001/src/cmd/gc/esc.c#newcode401 src/cmd/gc/esc.c:401: case ODOTMETH: I think this is confusing, because it ...
12 years, 8 months ago (2011-09-05 12:08:53 UTC) #3
lvd
On Mon, Sep 5, 2011 at 14:08, <rsc@golang.org> wrote: > > http://codereview.appspot.com/**4972056/diff/4001/src/cmd/gc/**esc.c<http://codereview.appspot.com/4972056/diff/4001/src/cmd/gc/esc.c> > File src/cmd/gc/esc.c ...
12 years, 8 months ago (2011-09-05 13:48:52 UTC) #4
rsc
On Mon, Sep 5, 2011 at 09:48, Luuk van Dijk <lvd@google.com> wrote: > it is ...
12 years, 8 months ago (2011-09-05 14:00:32 UTC) #5
lvd
+ all the cc's on the thread. On Wed, Sep 7, 2011 at 07:51, Luuk ...
12 years, 8 months ago (2011-09-07 05:53:28 UTC) #6
rsc
LGTM
12 years, 8 months ago (2011-09-07 13:53:26 UTC) #7
lvd
Hello rsc@golang.org, nigeltao@golang.org, dave@cheney.net (cc: bradfitz@golang.org, golang-dev@googlegroups.com, mikioh.mikioh@gmail.com), I'd like you to review this change ...
12 years, 8 months ago (2011-09-07 13:56:18 UTC) #8
lvd
12 years, 8 months ago (2011-09-07 17:03:18 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=48a64ddf38c8 ***

gc: treat DOTMETH like DOT in escape analysis.

Fixes issue 2225

R=rsc, nigeltao, dave
CC=bradfitz, golang-dev, mikioh.mikioh
http://codereview.appspot.com/4972056
Sign in to reply to this message.

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