Turn on parallel recompilation for tests that assert optimization status.
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 22 Jul 2013 09:16:33 +0000 (09:16 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 22 Jul 2013 09:16:33 +0000 (09:16 +0000)
commitcd41cb9b6df153e3ef65c8549ce1494a12016258
tree14c6a388e2ba22597be6322e7c398304c25584c1
parentce81b0d3a8c1e456779e45708e2370b9aade2fed
Turn on parallel recompilation for tests that assert optimization status.

R=mvstanton@chromium.org
BUG=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15793 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
38 files changed:
src/runtime.cc
src/runtime.h
test/mjsunit/allocation-site-info.js
test/mjsunit/array-bounds-check-removal.js
test/mjsunit/array-constructor-feedback.js
test/mjsunit/array-feedback.js
test/mjsunit/array-literal-feedback.js
test/mjsunit/array-literal-transitions.js
test/mjsunit/array-natives-elements.js
test/mjsunit/assert-opt-and-deopt.js
test/mjsunit/compiler/parallel-proto-change.js
test/mjsunit/constant-folding-2.js
test/mjsunit/count-based-osr.js
test/mjsunit/date.js
test/mjsunit/debug-break-inline.js
test/mjsunit/debug-script.js
test/mjsunit/deopt-minus-zero.js
test/mjsunit/elements-transition-hoisting.js
test/mjsunit/harmony/block-let-crankshaft.js
test/mjsunit/manual-parallel-recompile.js
test/mjsunit/math-floor-of-div-minus-zero.js
test/mjsunit/mjsunit.js
test/mjsunit/never-optimize.js
test/mjsunit/parallel-initial-prototype-change.js
test/mjsunit/parallel-invalidate-transition-map.js
test/mjsunit/parallel-optimize-disabled.js
test/mjsunit/regress/regress-1118.js
test/mjsunit/regress/regress-2132.js
test/mjsunit/regress/regress-2250.js
test/mjsunit/regress/regress-2315.js
test/mjsunit/regress/regress-2339.js
test/mjsunit/regress/regress-2451.js
test/mjsunit/regress/regress-252797.js
test/mjsunit/regress/regress-2618.js
test/mjsunit/regress/regress-crbug-150545.js
test/mjsunit/regress/regress-embedded-cons-string.js
test/mjsunit/regress/regress-opt-after-debug-deopt.js
test/mjsunit/unbox-double-arrays.js