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

Issue 5278048: code review 5278048: gc: treat uintptr as potentially containing a pointer (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 5 months ago by dvyukov
Modified:
13 years, 4 months ago
Reviewers:
CC:
golang-dev, lvd, rsc
Visibility:
Public.

Description

gc: treat uintptr as potentially containing a pointer Fixes issue 2376

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -1 line) Patch
M src/cmd/gc/reflect.c View 1 2 chunks +1 line, -1 line 0 comments Download
M src/pkg/runtime/gc_test.go View 1 2 3 4 2 chunks +71 lines, -0 lines 0 comments Download

Messages

Total messages: 10
dvyukov
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 5 months ago (2011-10-17 07:19:20 UTC) #1
lvd
On Mon, Oct 17, 2011 at 09:19, <dvyukov@google.com> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: ...
13 years, 5 months ago (2011-10-17 10:43:26 UTC) #2
lvd
On Mon, Oct 17, 2011 at 12:43, Luuk van Dijk <lvd@google.com> wrote: > > > ...
13 years, 5 months ago (2011-10-17 10:46:11 UTC) #3
dvyukov
On 2011/10/17 10:46:11, lvd wrote: > correction, it just causes some unnecessary work and parameter ...
13 years, 5 months ago (2011-10-17 11:24:49 UTC) #4
dvyukov
On 2011/10/17 11:24:49, dvyukov wrote: > On 2011/10/17 10:46:11, lvd wrote: > > correction, it ...
13 years, 5 months ago (2011-10-17 11:28:16 UTC) #5
dvyukov
On 2011/10/17 11:28:16, dvyukov wrote: > On 2011/10/17 11:24:49, dvyukov wrote: > > On 2011/10/17 ...
13 years, 5 months ago (2011-10-17 11:30:06 UTC) #6
lvd
On Mon, Oct 17, 2011 at 13:30, <dvyukov@google.com> wrote: > On 2011/10/17 11:28:16, dvyukov wrote: ...
13 years, 5 months ago (2011-10-17 11:34:28 UTC) #7
lvd
to get back to the original issue, i don't think marking the type uintptr as ...
13 years, 5 months ago (2011-10-17 11:39:54 UTC) #8
rsc
LGTM While this may reduce the effectiveness of escape analysis in hypothetical cases, it doesn't ...
13 years, 5 months ago (2011-10-17 19:00:15 UTC) #9
rsc
13 years, 5 months ago (2011-10-17 19:14:10 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=bdd5d1a91f43 ***

gc: treat uintptr as potentially containing a pointer
Fixes issue 2376

R=golang-dev, lvd, rsc
CC=golang-dev
http://codereview.appspot.com/5278048

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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