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

Issue 6455055: code review 6455055: cmd/gc: fix initialization order involving method calls. (Closed)

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

Description

cmd/gc: fix initialization order involving method calls. They were previously ignored when deciding order and detecting dependency loops. Fixes issue 3824.

Patch Set 1 #

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

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

Total comments: 2

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -1 line) Patch
M src/cmd/gc/reflect.c View 1 2 3 1 chunk +6 lines, -1 line 0 comments Download
M src/cmd/gc/sinit.c View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
A test/fixedbugs/bug446.go View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download

Messages

Total messages: 5
remyoudompheng
Hello rsc@golang.org, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, remy@archlinux.org), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 11 months ago (2012-07-28 07:52:50 UTC) #1
rsc
LGTM http://codereview.appspot.com/6455055/diff/5001/src/cmd/gc/reflect.c File src/cmd/gc/reflect.c (right): http://codereview.appspot.com/6455055/diff/5001/src/cmd/gc/reflect.c#newcode135 src/cmd/gc/reflect.c:135: t->nname = f->nname; // Link to name of ...
12 years, 11 months ago (2012-07-29 23:56:20 UTC) #2
remyoudompheng
Hello rsc@golang.org, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
12 years, 11 months ago (2012-07-30 07:04:44 UTC) #3
remyoudompheng
*** Submitted as http://code.google.com/p/go/source/detail?r=80c98738fdde *** cmd/gc: fix initialization order involving method calls. They were previously ...
12 years, 11 months ago (2012-07-30 07:14:55 UTC) #4
remyoudompheng
12 years, 11 months ago (2012-07-30 07:15:40 UTC) #5
On 2012/07/30 07:04:44, remyoudompheng wrote:
> Please take another look.

Applied the comments and renamed test file to bug446.go (the other pending
patches use 447 and 448).
Sign in to reply to this message.

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