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

Issue 9033048: code review 9033048: cmd/gc: fix race instrumentation of selectors T(v).Field (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by remyoudompheng
Modified:
12 years, 2 months ago
Reviewers:
CC:
golang-dev, DMorsing, dvyukov, r
Visibility:
Public.

Description

cmd/gc: fix race instrumentation of selectors T(v).Field Fixes issue 5424.

Patch Set 1 #

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

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

Total comments: 5

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -0 lines) Patch
M src/cmd/gc/racewalk.c View 1 2 3 3 chunks +33 lines, -0 lines 0 comments Download
M src/pkg/runtime/race/testdata/comp_test.go View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download

Messages

Total messages: 8
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, 2 months ago (2013-05-08 11:41:50 UTC) #1
DMorsing
LGTM https://codereview.appspot.com/9033048/diff/5001/src/cmd/gc/racewalk.c File src/cmd/gc/racewalk.c (right): https://codereview.appspot.com/9033048/diff/5001/src/cmd/gc/racewalk.c#newcode502 src/cmd/gc/racewalk.c:502: makeaddable(Node *n) Small note here about why the ...
12 years, 2 months ago (2013-05-09 08:09:31 UTC) #2
dvyukov
LGTM Thanks! https://codereview.appspot.com/9033048/diff/5001/src/pkg/runtime/race/testdata/comp_test.go File src/pkg/runtime/race/testdata/comp_test.go (right): https://codereview.appspot.com/9033048/diff/5001/src/pkg/runtime/race/testdata/comp_test.go#newcode86 src/pkg/runtime/race/testdata/comp_test.go:86: type Π P On 2013/05/09 08:09:31, DMorsing ...
12 years, 2 months ago (2013-05-12 11:57:30 UTC) #3
remyoudompheng
Is this for Go 1.1? (By the way, is the commit freeze still in effect ...
12 years, 2 months ago (2013-05-12 12:07:27 UTC) #4
r
Yes, for a little longer please hold off submitting without approval from me or adg. ...
12 years, 2 months ago (2013-05-12 15:01:03 UTC) #5
remyoudompheng
is it OK now?
12 years, 2 months ago (2013-05-14 23:14:18 UTC) #6
r
LGTM yes, the floodgates are open.
12 years, 2 months ago (2013-05-14 23:14:45 UTC) #7
remyoudompheng
12 years, 2 months ago (2013-05-14 23:25:42 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=8223559e536b ***

cmd/gc: fix race instrumentation of selectors T(v).Field

Fixes issue 5424.

R=golang-dev, daniel.morsing, dvyukov, r
CC=golang-dev
https://codereview.appspot.com/9033048
Sign in to reply to this message.

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