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

Issue 8139026: Fix Kraken segfaults on ARM. (Closed)

Created:
9 years, 2 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 2 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Fix Kraken segfaults on ARM. DoStoreKeyedFastElement was passing incorrect slot address (off by 1) to the RecordWrite. R=erik.corry@gmail.com BUG=v8:1742 Committed: http://code.google.com/p/v8/source/detail?r=9528

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 2 months ago (2011-10-05 10:46:38 UTC) #1
Erik Corry
9 years, 2 months ago (2011-10-05 10:48:20 UTC) #2
LGTM

http://codereview.chromium.org/8139026/diff/1/src/arm/lithium-codegen-arm.cc
File src/arm/lithium-codegen-arm.cc (right):

http://codereview.chromium.org/8139026/diff/1/src/arm/lithium-codegen-arm.cc#...
src/arm/lithium-codegen-arm.cc:3366: __ add(key, scratch,
Operand(FixedArray::kHeaderSize - 1));
Instead of 1 how about kHeapObjectTag?

Powered by Google App Engine
This is Rietveld 408576698