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

Issue 124950043: code review 124950043: cmd/6g, cmd/8g: fix, test byte-sized magic multiply (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by rsc
Modified:
9 years, 8 months ago
Reviewers:
r, gobot, minux
CC:
golang-codereviews, r, dfc, iant, remyoudompheng
Visibility:
Public.

Description

cmd/6g, cmd/8g: fix, test byte-sized magic multiply Credit to Rémy for finding and writing test case. Fixes issue 8325.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -2 lines) Patch
M src/cmd/6g/ggen.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/6g/peep.c View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/cmd/8g/ggen.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/8g/peep.c View 1 1 chunk +5 lines, -0 lines 0 comments Download
A test/fixedbugs/issue8325.go View 1 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 6
rsc
Hello golang-codereviews@googlegroups.com (cc: dfc, iant, r, remyoudompheng), I'd like you to review this change to ...
9 years, 8 months ago (2014-08-08 19:33:10 UTC) #1
r
LGTM
9 years, 8 months ago (2014-08-08 21:22:37 UTC) #2
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=8e5ec6948793 *** cmd/6g, cmd/8g: fix, test byte-sized magic multiply Credit to Rémy ...
9 years, 8 months ago (2014-08-11 19:24:30 UTC) #3
gobot
This CL appears to have broken the darwin-386-cheney builder. See http://build.golang.org/log/722de8ca6dafae90054038d87c4c52d6c2d69734
9 years, 8 months ago (2014-08-11 19:25:58 UTC) #4
r
Yup. 386s don't have an R15. Roll back or fix? On Mon, Aug 11, 2014 ...
9 years, 8 months ago (2014-08-11 19:32:31 UTC) #5
minux
9 years, 8 months ago (2014-08-11 20:54:42 UTC) #6
On Mon, Aug 11, 2014 at 3:32 PM, Rob Pike <r@golang.org> wrote:

> Yup. 386s don't have an R15.
>
> Roll back or fix?

I mailed CL 129720043 for a fix. ./all.bash passed on linux/386 and
nacl/386.
Sign in to reply to this message.

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