Add a single-element global positive and negative cache to
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 6 May 2010 09:35:18 +0000 (09:35 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 6 May 2010 09:35:18 +0000 (09:35 +0000)
commitd18b73c2feb994e4efe2e6cf7b03f88493abcdab
tree9a8925e5885b10ba61d0234decd35403201b234a
parent1f13b58b976cb402bf67737f58d462bd347e4a80
Add a single-element global positive and negative cache to
the implementation of instanceof.
Review URL: http://codereview.chromium.org/1765012

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4599 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/codegen-arm.cc
src/arm/macro-assembler-arm.cc
src/arm/macro-assembler-arm.h
src/heap.cc
src/heap.h
src/ia32/codegen-ia32.cc
src/objects.cc
src/x64/codegen-x64.cc
src/x64/macro-assembler-x64.cc
src/x64/macro-assembler-x64.h
test/mjsunit/instanceof-2.js [new file with mode: 0644]