Disable concurrent osr when concurrent recompilation is disabled.
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 7 Nov 2013 16:25:20 +0000 (16:25 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 7 Nov 2013 16:25:20 +0000 (16:25 +0000)
commitd538ff90b53b7672f089e467d0db1eb1c114909c
tree04879bc39228bfee70201240cf1fec337db18a8d
parent59536de77df5d997553a32eda7215e0653ffb91b
Disable concurrent osr when concurrent recompilation is disabled.

Also introduce a flag for a quick check that concurrency is on.

R=jkummerow@chromium.org
BUG=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17570 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/isolate.h
src/optimizing-compiler-thread.cc
src/v8.cc