Revert of Reland of Remove slots that point to unboxed doubles from the StoreBuffer...
authorishell <ishell@chromium.org>
Mon, 16 Mar 2015 09:40:34 +0000 (02:40 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 16 Mar 2015 09:40:47 +0000 (09:40 +0000)
commit52cb51fb8dd9ec3f28856d4e6743aeabcd3806e2
tree97f80a33b0b9d3c86fa7188d45f9db6319b75b7b
parent8db09a363b46e3252affb282d79f54a102098e07
Revert of Reland of Remove slots that point to unboxed doubles from the StoreBuffer/SlotsBuffer. (patchset #3 id:40001 of https://codereview.chromium.org/988363002/)

Reason for revert:
Increased rate of Chrome crashes. Requires further investigation.

Original issue's description:
> Reland of Remove slots that point to unboxed doubles from the StoreBuffer/SlotsBuffer.
>
> The problem is that tagged slot could become a double slot after migrating of an object to another map with "shifted" fields (for example as a result of generalizing immutable data property to a data field).
> This CL also adds useful machinery that helps triggering incremental write barriers.
>
> BUG=chromium:454297, chromium:465273
> LOG=Y
>
> Committed: https://crrev.com/6d0677d845c47ab9fa297de61d0e3d8e5480a02a
> Cr-Commit-Position: refs/heads/master@{#27141}

TBR=hpayer@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=chromium:454297, chromium:465273

Review URL: https://codereview.chromium.org/1004623003

Cr-Commit-Position: refs/heads/master@{#27207}
src/flag-definitions.h
src/heap/mark-compact.cc
src/heap/mark-compact.h
src/heap/spaces.h
src/heap/store-buffer.cc
src/heap/store-buffer.h
src/objects.cc
test/cctest/test-unboxed-doubles.cc