MapCache simplification. It is now a FixedArray that maps number of properties to...
authorishell@chromium.org <ishell@chromium.org>
Mon, 10 Nov 2014 18:03:50 +0000 (18:03 +0000)
committerishell@chromium.org <ishell@chromium.org>
Mon, 10 Nov 2014 18:04:17 +0000 (18:04 +0000)
commit18cf6c9ac96a62ec320fc10d738d26fba784e2f4
tree695af67f84227b5ddcec5942cc24fb4f1ec5449f
parent2d9079ca1d8016022d190e633a1dc80a5f5823a9
MapCache simplification. It is now a FixedArray that maps number of properties to a WeakCell with a Map.

R=verwaest@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#25253}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25253 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/contexts.h
src/factory.cc
src/factory.h
src/heap-snapshot-generator.cc
src/heap/mark-compact.cc
src/heap/mark-compact.h
src/objects-inl.h
src/objects.cc
src/objects.h
src/runtime/runtime-literals.cc
test/cctest/test-api.cc