Allow three runtime call attempts before throwing an out of
authorkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 29 Oct 2008 12:16:34 +0000 (12:16 +0000)
committerkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 29 Oct 2008 12:16:34 +0000 (12:16 +0000)
commita26b3535ded7410852d87e1a95aa7574979aca2f
tree69a188d801f89c0ea1205393d5fa886360f38290
parent28cee257b64f30c7d76157d53e4cba72ad81ead6
Allow three runtime call attempts before throwing an out of
memory exception. Still needs work in Runtime_PerformGC to
make sure we'll allow future allocations.
Review URL: http://codereview.chromium.org/8873

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@638 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/codegen-arm.cc
src/codegen-ia32.cc
src/handles.cc
src/runtime.cc