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

Issue 83750044: code review 83750044: compiler: Use backend interface to build function code. (Closed)

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

Description

compiler: Use backend interface to build function code.

Patch Set 1 #

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

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

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

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

Patch Set 6 : diff -r 6e30875d539e https://code.google.com/p/gofrontend #

Patch Set 7 : diff -r 6e30875d539e https://code.google.com/p/gofrontend #

Total comments: 4

Patch Set 8 : diff -r 6e30875d539e https://code.google.com/p/gofrontend #

Patch Set 9 : diff -r 6e30875d539e https://code.google.com/p/gofrontend #

Total comments: 6

Patch Set 10 : diff -r 6e30875d539e https://code.google.com/p/gofrontend #

Unified diffs Side-by-side diffs Delta from patch set Stats (+214 lines, -239 lines) Patch
M go/backend.h View 1 2 3 4 5 6 7 8 9 2 chunks +20 lines, -0 lines 0 comments Download
M go/gogo.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M go/gogo.cc View 1 2 3 4 5 6 7 8 9 1 chunk +190 lines, -0 lines 0 comments Download
M go/gogo-tree.cc View 1 2 chunks +1 line, -237 lines 0 comments Download

Messages

Total messages: 9
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, 1 month ago (2014-04-02 23:50:08 UTC) #1
cmang
On 2014/04/02 23:50:08, cmang wrote: > Hello mailto:iant@golang.org (cc: mailto:gofrontend-dev@googlegroups.com), > > I'd like you ...
10 years, 1 month ago (2014-04-02 23:51:38 UTC) #2
iant
https://codereview.appspot.com/83750044/diff/110001/go/backend.h File go/backend.h (right): https://codereview.appspot.com/83750044/diff/110001/go/backend.h#newcode630 go/backend.h:630: // Set the parameters of a function FUNCTION to ...
10 years, 1 month ago (2014-04-03 00:05:43 UTC) #3
cmang
I added a new backend statement, exception_handler_statement, which made it easier to separate concerns in ...
10 years ago (2014-04-03 20:38:51 UTC) #4
iant
https://codereview.appspot.com/83750044/diff/150001/go/backend.h File go/backend.h (right): https://codereview.appspot.com/83750044/diff/150001/go/backend.h#newcode419 go/backend.h:419: // an error occurs. EXCEPT_STMT may be NULL. FINALLY_STMT ...
10 years ago (2014-04-04 00:05:20 UTC) #5
iant
https://codereview.appspot.com/83750044/diff/150001/go/gogo.cc File go/gogo.cc (right): https://codereview.appspot.com/83750044/diff/150001/go/gogo.cc#newcode4230 go/gogo.cc:4230: return; Add a go_assert(saw_errors()) if function_set_parameters fails. https://codereview.appspot.com/83750044/diff/150001/go/gogo.cc#newcode4314 go/gogo.cc:4314: ...
10 years ago (2014-04-04 00:10:03 UTC) #6
cmang
https://codereview.appspot.com/83750044/diff/150001/go/backend.h File go/backend.h (right): https://codereview.appspot.com/83750044/diff/150001/go/backend.h#newcode419 go/backend.h:419: // an error occurs. EXCEPT_STMT may be NULL. FINALLY_STMT ...
10 years ago (2014-04-04 00:27:45 UTC) #7
iant
LGTM
10 years ago (2014-04-04 02:55:55 UTC) #8
iant
10 years ago (2014-04-04 02:56:10 UTC) #9
*** Submitted as
https://code.google.com/p/gofrontend/source/detail?r=d59c79a574bc ***

compiler: Use backend interface to build function code.

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

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