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

Issue 11989043: code review 11989043: cmd/6g, cmd/8g: remove a useless temporary in comparison.

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 5 months ago by remyoudompheng
Modified:
11 years, 11 months ago
CC:
golang-codereviews
Visibility:
Public.

Description

cmd/6g, cmd/8g: remove a useless temporary in comparison. This temporary was used to work around cases where the frontend would emit comparison between constants (revision 5327829ff1e4).

Patch Set 1 #

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

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

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -3 lines) Patch
M src/cmd/6g/cgen.c View 1 1 chunk +5 lines, -2 lines 2 comments Download
M src/cmd/8g/cgen.c View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5
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, 5 months ago (2013-07-28 15:50:30 UTC) #1
rsc
https://codereview.appspot.com/11989043/diff/2002/src/cmd/6g/cgen.c File src/cmd/6g/cgen.c (right): https://codereview.appspot.com/11989043/diff/2002/src/cmd/6g/cgen.c#newcode1241 src/cmd/6g/cgen.c:1241: tempname(&n1, nl->type); This used to be a register. Why ...
12 years, 5 months ago (2013-07-29 17:13:31 UTC) #2
DMorsing
https://codereview.appspot.com/11989043/diff/2002/src/cmd/6g/cgen.c File src/cmd/6g/cgen.c (right): https://codereview.appspot.com/11989043/diff/2002/src/cmd/6g/cgen.c#newcode1241 src/cmd/6g/cgen.c:1241: tempname(&n1, nl->type); Isn't this just a case where you ...
12 years, 5 months ago (2013-07-29 18:22:43 UTC) #3
gobot
Replacing golang-dev with golang-codereviews.
12 years ago (2013-12-20 16:25:57 UTC) #4
rsc
11 years, 11 months ago (2014-01-22 03:17:22 UTC) #5
R=close
(assuming this timed out)
Sign in to reply to this message.

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