Introduce a lookup cache class in the runtime system and use it for
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 23 Oct 2008 07:04:56 +0000 (07:04 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 23 Oct 2008 07:04:56 +0000 (07:04 +0000)
commit8e0979e2ff424a49b636391923c82edbca9ce8aa
treef12160e6c547fdc632b3d8004efa5b6a7b742777
parentb75da76a2b1f31191c02df0671462cd9fba4ed23
Introduce a lookup cache class in the runtime system and use it for
keyed loads that enter the runtime.

Review URL: http://codereview.chromium.org/7879

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@561 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/heap-inl.h
src/heap.cc
src/heap.h
src/objects-inl.h
src/objects.cc
src/objects.h
src/runtime.cc