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

Issue 10824107: Fix write barrier for StoreKeyedFastElements on ARM (Closed)

Created:
8 years, 4 months ago by danno
Modified:
8 years, 4 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Fix write barrier for StoreKeyedFastElements on ARM R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=12238

Patch Set 1 #

Total comments: 1

Patch Set 2 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -15 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 4 chunks +15 lines, -15 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
danno
8 years, 4 months ago (2012-07-31 13:29:06 UTC) #1
Michael Starzinger
8 years, 4 months ago (2012-07-31 13:42:32 UTC) #2
LGTM (with one nit).

https://chromiumcodereview.appspot.com/10824107/diff/1/src/arm/lithium-codege...
File src/arm/lithium-codegen-arm.cc (right):

https://chromiumcodereview.appspot.com/10824107/diff/1/src/arm/lithium-codege...
src/arm/lithium-codegen-arm.cc:3859: offset = (ToInteger32(const_operand) +
instr->additional_index()) *
Can we use FixedArray::OffsetOfElementAt() for this?

Powered by Google App Engine
This is Rietveld 408576698