- Fixed Issue 3201: Embedded Google Calendar crashes the renderer
authorbak@chromium.org <bak@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 7 Oct 2008 09:28:04 +0000 (09:28 +0000)
committerbak@chromium.org <bak@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 7 Oct 2008 09:28:04 +0000 (09:28 +0000)
commit9dadae1bfba214d9cffbc4c0dcd31c4b8f76d104
treef265bb80bd1960660687ee85d5dd6e0c86f86173
parentca7668ee328d1059a9d52378e3ce4777ad555bdb
- Fixed Issue 3201: Embedded Google Calendar crashes the renderer
  ExtendStorage did not work with keyed store IC.
- Reduced instructions generated when performing a tail call to
  kSharedStoreIC_ExtendStorage
- Moved test/mjsunit/bugs/bug-109.js
  to test/mjsunit/keyed-storage-extend.js

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@455 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/builtins.cc
src/builtins.h
src/ic-arm.cc
src/ic-ia32.cc
src/ic.cc
src/ic.h
src/stub-cache-arm.cc
src/stub-cache-ia32.cc
src/stub-cache.h
test/mjsunit/keyed-storage-extend.js [moved from test/mjsunit/bugs/bug-109.js with 100% similarity]