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

Issue 379923007: Move CONSTANT_POOL_ARRAY_TYPE back into OldPointerSpace type. (Closed)

Created:
6 years, 5 months ago by rmcilroy
Modified:
6 years, 5 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Move CONSTANT_POOL_ARRAY_TYPE back into OldPointerSpace type. r22270 moved CONSTANT_POOL_ARRAY_TYPE out of the OLD_POINTER_SPACE section of the type list and into the OLD_DATA_SPACE section. This means that AllowedToBeMigrated will fail when passed a ConstantPoolArray because the dst == TargetSpaceId(type) check will be false.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/objects.h View 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
rmcilroy
6 years, 5 months ago (2014-07-09 17:50:56 UTC) #1
Hannes, could you please take a look.  The change in CONSTANT_POOL_ARRAY_TYPE
causes tests to fail when enabling the out-of-line constant pool on Arm (see
https://codereview.chromium.org/228633002/ which I was trying to land).

Powered by Google App Engine
This is Rietveld 408576698