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

Issue 7104019: ARM: Be consistent about the condition codes used with CompareObjectType (Closed)

Created:
9 years, 6 months ago by Søren Thygesen Gjesse
Modified:
9 years, 6 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

ARM: Be consistent about the condition codes used with CompareObjectType Now the signed comparison condition codes are always used with CompareObjectType. The type is only a byte and ldrb will do sign extension, so signed and unsigned comparison will give the same result. Signed condition codes are easier to read. R=erik.corry@gmail.com BUG=none TEST=none

Patch Set 1 #

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/arm/stub-cache-arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
9 years, 6 months ago (2011-06-01 06:53:11 UTC) #1
Erik Corry
9 years, 6 months ago (2011-06-01 08:22:40 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698