Split NumberDictionary into a randomly seeded and an unseeded
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 16 Jan 2012 09:44:35 +0000 (09:44 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 16 Jan 2012 09:44:35 +0000 (09:44 +0000)
commit40a433c9e0048d4b892aee2ca124ef8abe15136e
tree84b46f51303cf3d0c8e7111f1295cdf45758cbdf
parent08d77cbde46355347346574f2337132fdb2ace8e
Split NumberDictionary into a randomly seeded and an unseeded
version. We don't want to randomize the stub cache.
Review URL: http://codereview.chromium.org/9174023

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10402 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
21 files changed:
src/arm/macro-assembler-arm.cc
src/code-stubs.cc
src/elements.cc
src/factory.cc
src/factory.h
src/heap.cc
src/heap.h
src/ia32/macro-assembler-ia32.cc
src/incremental-marking.cc
src/mips/macro-assembler-mips.cc
src/objects-debug.cc
src/objects-inl.h
src/objects.cc
src/objects.h
src/profile-generator.cc
src/runtime.cc
src/stub-cache.cc
src/type-info.cc
src/type-info.h
src/v8globals.h
src/x64/macro-assembler-x64.cc