Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Issue 3023001: Remove unnecessary formatting differences between ia32 and x64 code generator... (Closed)

Created:
10 years, 5 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Remove unnecessary formatting differences between ia32 and x64 code generators. Mainly just typographical changes. Committed: http://code.google.com/p/v8/source/detail?r=5080

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -59 lines) Patch
M src/ia32/codegen-ia32.cc View 1 20 chunks +34 lines, -32 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 30 chunks +43 lines, -27 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
A simple review for you.
10 years, 5 months ago (2010-07-15 12:53:28 UTC) #1
Vyacheslav Egorov (Chromium)
10 years, 5 months ago (2010-07-15 13:29:12 UTC) #2
LGTM

http://codereview.chromium.org/3023001/diff/1/2
File src/ia32/codegen-ia32.cc (right):

http://codereview.chromium.org/3023001/diff/1/2#newcode182
src/ia32/codegen-ia32.cc:182: loop_nesting_ += info->loop_nesting();
+= here is confusing IMHO.

Consider changing it to = in both codegens.

Powered by Google App Engine
This is Rietveld 408576698