v8/tools/unittests/testdata
Mythri A b086cb7b9a Check that function was prepared before optimizing using manually
With lazy feedback allocation and bytecode flushing we need to call
%PrepareFunctionForOptimize before we call %OptimizeFunctionOnNextCall/
%OptimizeOsr. This cl:
1. Adds an additional state in pending optimized table to check if the
optimization was triggered manually.
2. Changes the compilation pipeline to delete the entry from pending
optimized table only if the optimization was triggered through
%OptimizeFunctionOnNextCall / %OptimizeOsr.
3. Adds a check to enforce %PrepareFunctionForOptimize was called.
4. Adds a new run-time flag to only check in the d8 test runner. We
don't want this check enabled in other cases like clusterfuzz that doesn't
ensure %PrepareFunctionForOptimize is called.

Bug: v8:8394, v8:8801, v8:9183
Change-Id: I9ae2b2da812e313c746b6df0b2da864c2ed5de51
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1664810
Commit-Queue: Mythri Alle <mythria@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#62653}
2019-07-11 14:57:49 +00:00
..
testroot1 [test] Increase timeout for full debug and predictable 2019-05-07 08:36:41 +00:00
testroot2 [test] Increase timeout for full debug and predictable 2019-05-07 08:36:41 +00:00
d8_mocked1.py Preparing v8 to use with python3 /tools 2019-02-19 09:12:07 +00:00
d8_mocked2.py Preparing v8 to use with python3 /tools 2019-02-19 09:12:07 +00:00
expected_test_results1.json Check that function was prepared before optimizing using manually 2019-07-11 14:57:49 +00:00
expected_test_results2.json Check that function was prepared before optimizing using manually 2019-07-11 14:57:49 +00:00
predictable_mocked.py Preparing v8 to use with python3 /tools 2019-02-19 09:12:07 +00:00
results_processor.py Preparing v8 to use with python3 /tools 2019-02-19 09:12:07 +00:00
test1.json [tools] Detect location of android build tools automatically 2018-07-25 11:23:55 +00:00
test2.json [tools] Detect location of android build tools automatically 2018-07-25 11:23:55 +00:00
test3.json [tools] Detect location of android build tools automatically 2018-07-25 11:23:55 +00:00