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

Issue 385069: Fix some style issues in the ARM code.... (Closed)

Created:
11 years, 1 month ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix some style issues in the ARM code. Also move a function into the macro assembler. Fix some *& placement errors that had accumulated. Committed: http://code.google.com/p/v8/source/detail?r=3293

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -110 lines) Patch
M src/arm/assembler-arm.h View 1 chunk +20 lines, -4 lines 2 comments Download
M src/arm/assembler-arm.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M src/arm/codegen-arm.cc View 10 chunks +29 lines, -44 lines 2 comments Download
M src/arm/constants-arm.cc View 2 chunks +6 lines, -8 lines 0 comments Download
M src/arm/disasm-arm.cc View 7 chunks +14 lines, -16 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/arm/simulator-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/simulator-arm.cc View 13 chunks +26 lines, -19 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -1 line 0 comments Download
M src/platform.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/platform-linux.cc View 3 chunks +13 lines, -4 lines 0 comments Download
M src/platform-nullos.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Erik Corry
11 years, 1 month ago (2009-11-12 13:09:34 UTC) #1
Mads Ager (chromium)
You must need changes in all the other platform files as well? http://codereview.chromium.org/385069/diff/1/7 File src/arm/assembler-arm.h ...
11 years, 1 month ago (2009-11-12 13:25:24 UTC) #2
Erik Corry
I moved the call to OS::ArmCpuHasFeature inside an ifdef so it shouldn't be missing on ...
11 years, 1 month ago (2009-11-12 13:42:37 UTC) #3
Mads Ager (chromium)
11 years, 1 month ago (2009-11-12 13:47:34 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698