Handle retry-after-gc failures within KeyedLoadIC::Load and KeyedStoreIC::Store.
authorulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 18 Apr 2013 08:14:59 +0000 (08:14 +0000)
committerulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 18 Apr 2013 08:14:59 +0000 (08:14 +0000)
commit5a215129365196e58d795b614becdc039a5637e9
tree72c650f0489fba457cc059b22d188bd2e89dab3e
parent3e31a67bf81ea5faa182a0e96e35999cbade70c1
Handle retry-after-gc failures within KeyedLoadIC::Load and KeyedStoreIC::Store.

Returning retry-after-gc failure from these functions causes them to be
re-executed after ic state change, which breaks stub computation assumptions.

R=verwaest@chromium.org
BUG=222301
TEST=mjsunit/array-bounds-check-removal.js --gc_interval=10 in x64.debug

Review URL: https://chromiumcodereview.appspot.com/14251014

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