Handle retry-after-gc failures within LoadIC::Load and StoreIC::Store.
authorulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 19 Apr 2013 08:30:49 +0000 (08:30 +0000)
committerulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 19 Apr 2013 08:30:49 +0000 (08:30 +0000)
commit1938b1de3b33b67f2141c3ebce7483674ad94d29
tree5e7b4a800aa87b19246a6641986cfcbe2f76d9c7
parentdfdd17fc2a1a132e0a771de60d957294b740ffb6
Handle retry-after-gc failures within LoadIC::Load and StoreIC::Store.

Follow-up for r14321, makes the remaining unsafe calls to runtime functions during ic computation safe.

R=verwaest@chromium.org
BUG=222301

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

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