Make deopt testing compatible with runtime optimization status queries.
authormachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 15 Jul 2013 18:47:40 +0000 (18:47 +0000)
committermachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 15 Jul 2013 18:47:40 +0000 (18:47 +0000)
commit5e343cd2a9e112bbbc221d3c91ec86e275608d98
tree70bb3cf29c9725c2f74443744db32fcf628ae407
parent38a87d2c4a4c4b1016d5b33e13934cc27a621614
Make deopt testing compatible with runtime optimization status queries.

When deopt testing is activated, a new status code will be returned by optimization status queries (status=maybe deopted).

This will make those tests work that test for 'not status=no', when performing deopt testing.

R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/19184002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15681 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/runtime.cc