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

Issue 14346043: code review 14346043: compiler: Use backend interface for temporary reference... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by cmang
Modified:
10 years, 6 months ago
Reviewers:
iant
CC:
iant, gofrontend-dev_googlegroups.com
Visibility:
Public.

Description

compiler: Use backend interface for temporary reference expressions.

Patch Set 1 #

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

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

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

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -11 lines) Patch
M go/backend.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M go/expressions.cc View 1 2 3 4 1 chunk +12 lines, -11 lines 0 comments Download

Messages

Total messages: 8
cmang
Hello iant@golang.org (cc: gofrontend-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/gofrontend
10 years, 6 months ago (2013-10-03 17:20:51 UTC) #1
cmang
On 2013/10/03 17:20:51, cmang wrote: > Hello mailto:iant@golang.org (cc: mailto:gofrontend-dev@googlegroups.com), > > I'd like you ...
10 years, 6 months ago (2013-10-03 17:21:30 UTC) #2
iant
Sorry to keep doing this to you, but I think this one ought to be ...
10 years, 6 months ago (2013-10-04 05:23:48 UTC) #3
cmang
On 2013/10/04 05:23:48, iant wrote: > Sorry to keep doing this to you, but I ...
10 years, 6 months ago (2013-10-04 17:11:14 UTC) #4
iant
https://codereview.appspot.com/14346043/diff/11001/go/backend.h File go/backend.h (right): https://codereview.appspot.com/14346043/diff/11001/go/backend.h#newcode267 go/backend.h:267: convert_expression(Btype* type, Bexpression* expr) = 0; This should take ...
10 years, 6 months ago (2013-10-04 17:17:00 UTC) #5
cmang
And the updated diff to gcc/go/go-gcc: Index: gcc/go/go-gcc.cc =================================================================== --- gcc/go/go-gcc.cc (revision 203207) +++ gcc/go/go-gcc.cc ...
10 years, 6 months ago (2013-10-04 17:29:09 UTC) #6
iant
LGTM Thanks.
10 years, 6 months ago (2013-10-04 17:54:40 UTC) #7
iant
10 years, 6 months ago (2013-10-04 18:00:43 UTC) #8
*** Submitted as
https://code.google.com/p/gofrontend/source/detail?r=52c01e7b81fe ***

compiler: Use backend interface for temporary reference expressions.

R=iant
CC=gofrontend-dev
https://codereview.appspot.com/14346043

Committer: Ian Lance Taylor <iant@golang.org>
Sign in to reply to this message.

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