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

Issue 35133002: Enable double alignment for constructed arrays. (Closed)

Created:
7 years, 2 months ago by dusmil
Modified:
7 years ago
CC:
v8-dev
Visibility:
Public.

Description

Enable double alignment for constructed arrays. 2nd (of 3) CL's to ensure complete alignment of FixedDoubleArrays. TEST= BUG= Committed: http://code.google.com/p/v8/source/detail?r=17809

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

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

Messages

Total messages: 7 (0 generated)
dusmil
PTAL, this and 2 related CLs provide complete alignment of FixedDoubleArrays which then allows a ...
7 years, 2 months ago (2013-10-22 16:36:20 UTC) #1
Hannes Payer (out of office)
https://codereview.chromium.org/35133002/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/35133002/diff/1/src/hydrogen.cc#newcode2129 src/hydrogen.cc:2129: HType::JSArray(), NOT_TENURED, instance_type); This is not correct. JS_ARRAY refers ...
7 years, 2 months ago (2013-10-23 09:49:33 UTC) #2
dusmil
https://codereview.chromium.org/35133002/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/35133002/diff/1/src/hydrogen.cc#newcode2129 src/hydrogen.cc:2129: HType::JSArray(), NOT_TENURED, instance_type); On 2013/10/23 09:49:34, Hannes Payer wrote: ...
7 years, 2 months ago (2013-10-23 13:27:35 UTC) #3
dusmil
https://codereview.chromium.org/35133002/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/35133002/diff/1/src/hydrogen.cc#newcode2129 src/hydrogen.cc:2129: HType::JSArray(), NOT_TENURED, instance_type); On 2013/10/23 09:49:34, Hannes Payer wrote: ...
7 years, 2 months ago (2013-10-23 13:55:20 UTC) #4
Hannes Payer (out of office)
LGTM, and it wouldn't be safe because of AllocationMementos which just get cleared for JS_ARRAY_TYPE.
7 years, 2 months ago (2013-10-24 08:36:45 UTC) #5
dusmil
On 2013/10/24 08:36:45, Hannes Payer wrote: > LGTM, and it wouldn't be safe because of ...
7 years, 2 months ago (2013-10-24 10:15:56 UTC) #6
Paul Lind
7 years, 2 months ago (2013-10-24 19:02:56 UTC) #7
Committed as r17382.

Powered by Google App Engine
This is Rietveld 408576698