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

Issue 5319065: code review 5319065: gc: small fixes for printing. (Closed)

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

Description

gc: small fixes for printing. mark OADDR inserted by typecheck as implicit OCOPY takes ->left and ->right, not ->list OMAKE*'s can all have arguments precedence for OIND was initalized twice fixes issue 2414

Patch Set 1 #

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

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

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

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

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -10 lines) Patch
M src/cmd/gc/fmt.c View 1 2 3 4 4 chunks +4 lines, -7 lines 0 comments Download
M src/cmd/gc/typecheck.c View 1 1 chunk +1 line, -0 lines 0 comments Download
M test/escape2.go View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5
lvd
Hello rsc@golang.org, dave@cheney.net (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2011-11-01 10:29:44 UTC) #1
rsc
LGTM http://codereview.appspot.com/5319065/diff/2002/test/escape2.go File test/escape2.go (right): http://codereview.appspot.com/5319065/diff/2002/test/escape2.go#newcode151 test/escape2.go:151: return b.i[:] // ERROR "b.i escapes to heap" ...
13 years, 4 months ago (2011-11-02 13:39:00 UTC) #2
rsc
one more thing: are you sure about the placement of case OMAKE in that list?
13 years, 4 months ago (2011-11-02 13:40:13 UTC) #3
lvd
On 2011/11/02 13:40:13, rsc wrote: > one more thing: are you sure about the > ...
13 years, 4 months ago (2011-11-02 14:29:26 UTC) #4
lvd
13 years, 4 months ago (2011-11-02 14:36:38 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=b876d7be1480 ***

gc: small fixes for printing.

mark OADDR inserted by typecheck as implicit
OCOPY takes ->left and ->right, not ->list
OMAKE*'s can all have arguments
precedence for OIND was initalized twice

fixes issue 2414

R=rsc, dave
CC=golang-dev
http://codereview.appspot.com/5319065
Sign in to reply to this message.

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