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

Issue 206012: Clean up the ifdefs on ARM.... (Closed)

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

Description

Clean up the ifdefs on ARM. Ensure that we use ARMv5 instructions on ARMv6 and ARMv7 CPUs. Committed: http://code.google.com/p/v8/source/detail?r=2898

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -13 lines) Patch
M src/arm/codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/constants-arm.h View 1 chunk +22 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +3 lines, -10 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Erik Corry
11 years, 3 months ago (2009-09-15 13:01:12 UTC) #1
Søren Thygesen Gjesse
11 years, 3 months ago (2009-09-15 13:47:35 UTC) #2
LGTM

http://codereview.chromium.org/206012/diff/1/4
File src/arm/macro-assembler-arm.cc (right):

http://codereview.chromium.org/206012/diff/1/4#newcode57
Line 57: # error "for thumb inter-working we require architecture v5t or above"
Maybe change comment to "for thumb inter-working we require architecture which
supports the blx instruction"

Powered by Google App Engine
This is Rietveld 408576698