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

Issue 10908195: Fix delta computation in DoDeferredInstanceOfKnownGlobal() for ARM. (Closed)

Created:
8 years, 3 months ago by ulan
Modified:
8 years, 3 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Fix delta computation in DoDeferredInstanceOfKnownGlobal() for ARM. BUG=v8:2314 R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=12478

Patch Set 1 : #

Total comments: 1

Patch Set 2 : Add assert #

Patch Set 3 : Remove comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 1 chunk +7 lines, -1 line 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ulan
PTAL
8 years, 3 months ago (2012-09-11 10:52:32 UTC) #1
Yang
8 years, 3 months ago (2012-09-11 10:54:50 UTC) #2
LGTM with comment.

https://chromiumcodereview.appspot.com/10908195/diff/2001/src/arm/lithium-cod...
File src/arm/lithium-codegen-arm.cc (right):

https://chromiumcodereview.appspot.com/10908195/diff/2001/src/arm/lithium-cod...
src/arm/lithium-codegen-arm.cc:2483: if
(masm_->InstructionsGeneratedSince(&before_push_delta) != 2) {
Maybe add an assert that InstructionsGeneratedSince(&before_push_delta) == 1 in
this case.

Powered by Google App Engine
This is Rietveld 408576698