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

Issue 61370043: code review 61370043: cmd/5g: fix print format in peephole debugging (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by ality
Modified:
11 years, 4 months ago
Reviewers:
minux1, rsc, dave, 0intro, bradfitz
CC:
golang-codereviews, minux1, dave_cheney.net, bradfitz
Visibility:
Public.

Description

cmd/5g: fix print format in peephole debugging Fixes issue 7294.

Patch Set 1 #

Patch Set 2 : diff -r 77ec90945d15 https://code.google.com/p/go #

Patch Set 3 : diff -r 77ec90945d15 https://code.google.com/p/go #

Patch Set 4 : diff -r 3e6f1641fda8 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/cmd/5g/peep.c View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 15
ality
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 4 months ago (2014-02-10 02:16:00 UTC) #1
minux1
LGTM.
11 years, 4 months ago (2014-02-10 02:16:43 UTC) #2
dave_cheney.net
Nice. Thanks for the quick fix. Is it possible to have a testing test/fixedbugs/ ?
11 years, 4 months ago (2014-02-10 02:25:48 UTC) #3
ality
dave@cheney.net once said: > Nice. Thanks for the quick fix. I have lib9/fmt fresh in ...
11 years, 4 months ago (2014-02-10 02:45:33 UTC) #4
dave_cheney.net
Does // $G -P $D/$F.go Still work ? On Mon, Feb 10, 2014 at 1:45 ...
11 years, 4 months ago (2014-02-10 02:51:37 UTC) #5
ality
Dave Cheney <dave@cheney.net> once said: > Does > > // $G -P $D/$F.go > > ...
11 years, 4 months ago (2014-02-10 03:23:14 UTC) #6
minux1
On Feb 9, 2014 10:23 PM, "Anthony Martin" <ality@pbrane.org> wrote: > > Dave Cheney <dave@cheney.net> ...
11 years, 4 months ago (2014-02-10 03:49:59 UTC) #7
dave_cheney.net
Yeah, good point. LGTM. If you wanted to open a bug to add a test ...
11 years, 4 months ago (2014-02-10 03:59:44 UTC) #8
minux1
On Feb 9, 2014 10:59 PM, "Dave Cheney" <dave@cheney.net> wrote: > Yeah, good point. > ...
11 years, 4 months ago (2014-02-10 04:05:22 UTC) #9
ality
I usually try to wait for a LGTM from someone at Google before submitting. Is ...
11 years, 4 months ago (2014-02-10 09:19:34 UTC) #10
bradfitz
The rules aren't written down or even well-defined. Feel free to submit once you get ...
11 years, 4 months ago (2014-02-10 16:03:49 UTC) #11
dave_cheney.net
On 2014/02/10 16:03:49, bradfitz wrote: > The rules aren't written down or even well-defined. > ...
11 years, 4 months ago (2014-02-12 23:27:27 UTC) #12
ality
*** Submitted as https://code.google.com/p/go/source/detail?r=51d9b0cf3b8d *** cmd/5g: fix print format in peephole debugging Fixes issue 7294. ...
11 years, 4 months ago (2014-02-13 01:03:36 UTC) #13
rsc
Why have the Plan 9 format checks not found the %.4ud mismatches that I just ...
11 years, 4 months ago (2014-02-13 03:57:27 UTC) #14
0intro
11 years, 4 months ago (2014-02-13 07:38:58 UTC) #15
> Why have the Plan 9 format checks not found the %.4ud mismatches
> that I just fixed in src/cmd/?g/peep.c?

It worked. The CL 49170043 "cmd/cc, cmd/gc, cmd/ld: consolidate
print format routines" replaced prog->loc by prog->pc.

Just after this change was submitted, the Plan 9 builder reported:

warning: src/cmd/8g/reg.c:1142 format mismatch .4ud VLONG, arg 2

Then you fixed it in CL 62730043 "cmd/5g: fix regopt bug in copyprop".

See http://build.golang.org/log/35375fa705d6c1d0a97ced23f096dd81e8a2a99b

-- 
David du Colombier
Sign in to reply to this message.

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