Revert of Simplify and compact transitions storage (patchset #4 id:80001 of https...
authorjkummerow <jkummerow@chromium.org>
Thu, 5 Mar 2015 20:41:47 +0000 (12:41 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 5 Mar 2015 20:42:03 +0000 (20:42 +0000)
commit948a973d458002cd3a66c14fb8635cb3256dc4b2
tree6f2364d222334da650d9ae5f94086fcf364b9fef
parent45fbef7f2252fce10634931cb103ccc1fc95ae6a
Revert of Simplify and compact transitions storage (patchset #4 id:80001 of https://codereview.chromium.org/980573002/)

Reason for revert:
x64 test failures

Original issue's description:
> Simplify and compact transitions storage
>
> Simple transitions are now stored in a map's "transitions" field (as a WeakCell wrapping the target map); full TransitionArrays are used when that's not sufficient.
> To encapsulate these storage format implementation details, functions for manipulating and querying transitions have been refactored to be static functions on the TransitionArray class, and take maps as inputs.
>
> Committed: https://crrev.com/45fbef7f2252fce10634931cb103ccc1fc95ae6a
> Cr-Commit-Position: refs/heads/master@{#27029}

TBR=verwaest@chromium.org,ulan@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#27030}
18 files changed:
src/heap-snapshot-generator.cc
src/heap/heap.cc
src/heap/mark-compact.cc
src/heap/mark-compact.h
src/heap/objects-visiting-inl.h
src/hydrogen.h
src/json-parser.h
src/objects-debug.cc
src/objects-inl.h
src/objects-printer.cc
src/objects.cc
src/objects.h
src/transitions-inl.h
src/transitions.cc
src/transitions.h
test/cctest/test-heap.cc
test/cctest/test-migrations.cc
test/cctest/test-transitions.cc