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

Issue 5432082: code review 5432082: gc: keep pointer to original node in constant rewrites. (Closed)

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

Description

gc: keep pointer to original node in constant rewrites. This allows printing meaningful expressions in error messages instead of evaluated constants. Fixes issue 2276.

Patch Set 1 #

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

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

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

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

Patch Set 6 : diff -r b4081c57ba32 https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r 8bd51c7d2af1 https://go.googlecode.com/hg/ #

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

Patch Set 9 : diff -r b854cc52d41e https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -4 lines) Patch
M src/cmd/gc/const.c View 1 2 3 4 5 6 7 1 chunk +6 lines, -2 lines 0 comments Download
M src/cmd/gc/unsafe.c View 1 1 chunk +2 lines, -0 lines 0 comments Download
M test/fixedbugs/bug379.go View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A test/fixedbugs/bug381.go View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 13
remyoudompheng
Hello 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/
13 years, 4 months ago (2011-11-26 11:52:48 UTC) #1
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
13 years, 4 months ago (2011-11-26 11:57:00 UTC) #2
remyoudompheng
On 2011/11/26 11:57:00, remyoudompheng wrote: > Hello mailto:golang-dev@googlegroups.com (cc: mailto:golang-dev@googlegroups.com, > mailto:remy@archlinux.org), > > Please ...
13 years, 4 months ago (2011-11-26 12:00:11 UTC) #3
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
13 years, 4 months ago (2011-11-26 12:08:46 UTC) #4
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
13 years, 4 months ago (2011-11-28 18:21:48 UTC) #5
rsc
This looks fine, but I expected the error for bug379.go to now say "1+2 not ...
13 years, 4 months ago (2011-11-28 18:31:08 UTC) #6
remyoudompheng
On 2011/11/28 18:31:08, rsc wrote: > This looks fine, but I expected the error for ...
13 years, 4 months ago (2011-11-28 18:43:48 UTC) #7
remyoudompheng
Hello golang-dev@googlegroups.com, rsc@golang.org (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
13 years, 4 months ago (2011-11-28 18:50:27 UTC) #8
remyoudompheng
Hello golang-dev@googlegroups.com, rsc@golang.org (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
13 years, 4 months ago (2011-11-28 21:27:23 UTC) #9
remyoudompheng
On 2011/11/28 21:27:23, remyoudompheng wrote: > Hello mailto:golang-dev@googlegroups.com, mailto:rsc@golang.org (cc: > mailto:golang-dev@googlegroups.com, mailto:remy@archlinux.org), > > ...
13 years, 4 months ago (2011-12-01 22:48:13 UTC) #10
rsc
LGTM Thanks very much. I think that in the ERROR prints you should use [+] ...
13 years, 4 months ago (2011-12-01 23:02:45 UTC) #11
remyoudompheng
Hello golang-dev@googlegroups.com, rsc@golang.org (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
13 years, 4 months ago (2011-12-07 21:04:13 UTC) #12
rsc
13 years, 4 months ago (2011-12-07 21:18:53 UTC) #13
*** Submitted as http://code.google.com/p/go/source/detail?r=e41b00eb8b9c ***

gc: keep pointer to original node in constant rewrites.

This allows printing meaningful expressions in error messages
instead of evaluated constants.
Fixes issue 2276.

R=golang-dev, rsc
CC=golang-dev, remy
http://codereview.appspot.com/5432082

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