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

Issue 6999043: code review 6999043: cmd/8g: introduce temporaries in byte multiplication. (Closed)

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

Description

cmd/8g: introduce temporaries in byte multiplication. Also restore the smallintconst case for binary ops. Fixes issue 3835.

Patch Set 1 #

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

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

Total comments: 2

Patch Set 4 : diff -r 590604bc8f24 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -4 lines) Patch
M src/cmd/8g/cgen.c View 1 2 3 1 chunk +9 lines, -1 line 0 comments Download
M src/cmd/8g/ggen.c View 1 2 chunks +5 lines, -3 lines 0 comments Download
M test/torture.go View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 6
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 4 months ago (2012-12-20 23:49:50 UTC) #1
DMorsing
Got any before and after assembly comparisons?
12 years, 4 months ago (2012-12-21 07:26:51 UTC) #2
rsc
LGTM https://codereview.appspot.com/6999043/diff/5001/src/cmd/8g/cgen.c File src/cmd/8g/cgen.c (right): https://codereview.appspot.com/6999043/diff/5001/src/cmd/8g/cgen.c#newcode404 src/cmd/8g/cgen.c:404: mfree(&n1); please make this regfree then mfree, just ...
12 years, 4 months ago (2012-12-21 21:21:36 UTC) #3
remyoudompheng
On 2012/12/21 07:26:51, DMorsing wrote: > Got any before and after assembly comparisons? I see ...
12 years, 4 months ago (2012-12-21 22:43:56 UTC) #4
remyoudompheng
*** Submitted as https://code.google.com/p/go/source/detail?r=6fdc1974457c *** cmd/8g: introduce temporaries in byte multiplication. Also restore the smallintconst ...
12 years, 4 months ago (2012-12-21 22:46:21 UTC) #5
remyoudompheng
12 years, 4 months ago (2012-12-21 22:46:26 UTC) #6
Message was sent while issue was closed.

          
Sign in to reply to this message.

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