Improve load IC so it can call a native accessor even if the holder is
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 6 Aug 2012 14:25:19 +0000 (14:25 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 6 Aug 2012 14:25:19 +0000 (14:25 +0000)
commit92f30d1df50a7e8ea624c45748070edccdfb9237
tree85e477a4692d9e77ac1985c7f39bc357704e224b
parentb5da7279b17f6e972a1ef6f16a2fbe5b95c1bea2
Improve load IC so it can call a native accessor even if the holder is
in dictionary mode.  Add a flag to all maps to indicate whether they are
used for dictionary (normalized) objects or fast mode objects.
Review URL: https://chromiumcodereview.appspot.com/10831153

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12264 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
14 files changed:
src/arm/stub-cache-arm.cc
src/bootstrapper.cc
src/heap.cc
src/hydrogen-instructions.cc
src/hydrogen.cc
src/ia32/stub-cache-ia32.cc
src/ic.cc
src/objects-inl.h
src/objects.cc
src/objects.h
src/stub-cache.h
src/type-info.cc
src/x64/stub-cache-x64.cc
test/cctest/test-api.cc