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

Issue 6819083: code review 6819083: cmd/6g: extend componentgen to small arrays and structs. (Closed)

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

Description

cmd/6g: extend componentgen to small arrays and structs. Fixes issue 4092.

Patch Set 1 #

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

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

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

Total comments: 4

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -61 lines) Patch
M src/cmd/6g/cgen.c View 1 2 3 4 5 chunks +65 lines, -1 line 0 comments Download
M src/cmd/6g/gg.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/gc/gen.c View 1 2 3 4 5 chunks +66 lines, -60 lines 0 comments Download

Messages

Total messages: 9
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 9 months ago (2012-11-03 10:55:21 UTC) #1
remyoudompheng
A similar change should probably be done on 5g before submitting. This change causes very ...
12 years, 9 months ago (2012-11-03 11:00:50 UTC) #2
dave_cheney.net
Could you please hg mail this again. abort: codereview issue 6819083 is out of date: ...
12 years, 9 months ago (2012-11-03 11:56:54 UTC) #3
remyoudompheng
Hello golang-dev@googlegroups.com, dave@cheney.net (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 9 months ago (2012-11-03 11:59:17 UTC) #4
remyoudompheng
The patch is already based on tip, what do you mean?
12 years, 9 months ago (2012-11-03 12:01:40 UTC) #5
dave_cheney.net
Thank you, I think my tree may be corrupt from using too many flaky airport ...
12 years, 9 months ago (2012-11-03 22:39:19 UTC) #6
dave_cheney.net
gentle ping.
12 years, 9 months ago (2012-11-09 07:14:56 UTC) #7
rsc
LGTM https://codereview.appspot.com/6819083/diff/9001/src/cmd/6g/gg.h File src/cmd/6g/gg.h (right): https://codereview.appspot.com/6819083/diff/9001/src/cmd/6g/gg.h#newcode82 src/cmd/6g/gg.h:82: void clearslim(Node*); tab https://codereview.appspot.com/6819083/diff/9001/src/cmd/gc/gen.c File src/cmd/gc/gen.c (right): https://codereview.appspot.com/6819083/diff/9001/src/cmd/gc/gen.c#newcode692 ...
12 years, 8 months ago (2012-11-12 20:39:06 UTC) #8
remyoudompheng
12 years, 8 months ago (2012-11-12 23:08:40 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=723ce500dd2c ***

cmd/6g: extend componentgen to small arrays and structs.

Fixes issue 4092.

R=golang-dev, dave, rsc
CC=golang-dev
http://codereview.appspot.com/6819083

http://codereview.appspot.com/6819083/diff/9001/src/cmd/6g/gg.h
File src/cmd/6g/gg.h (right):

http://codereview.appspot.com/6819083/diff/9001/src/cmd/6g/gg.h#newcode82
src/cmd/6g/gg.h:82: void  clearslim(Node*);
On 2012/11/12 20:39:06, rsc wrote:
> tab

Done.

http://codereview.appspot.com/6819083/diff/9001/src/cmd/gc/gen.c
File src/cmd/gc/gen.c (right):

http://codereview.appspot.com/6819083/diff/9001/src/cmd/gc/gen.c#newcode692
src/cmd/gc/gen.c:692: ullmancalc(&z);
On 2012/11/12 20:39:06, rsc wrote:
> tab

Done.
Sign in to reply to this message.

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