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

Issue 11323: Turn ASSERT(!rn.is(ip)) into CHECK so the error can be caught in release mode... (Closed)

Created:
12 years, 1 month ago by Feng Qian
Modified:
9 years, 7 months ago
Reviewers:
iposva
CC:
v8-dev
Visibility:
Public.

Description

Turn ASSERT(!rn.is(ip)) into CHECK so the error can be caught in release mode. It addresses the problem of 'cmp' instruction that has the side-effect that ip register shouldn't be used as rn. Committed: http://code.google.com/p/v8/source/detail?r=810

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Feng Qian
12 years, 1 month ago (2008-11-20 17:51:30 UTC) #1
iposva
12 years, 1 month ago (2008-11-20 18:00:54 UTC) #2
LGTM

And it will check this for all behind-your-back uses of ip.

-Ivan

Powered by Google App Engine
This is Rietveld 408576698