v8/test/mjsunit/ignition
Seth Brenith 82b673bcbc Fix counting ignition dispatches
The flag --trace-ignition-dispatches has been broken for a long time,
since it was not designed to work with bytecode handlers that are
generated ahead of time by mksnapshot. This splits the existing
--trace-ignition-dispatches logic into two separate parts:

1. A gn argument which instructs mksnapshot to include dispatch counting
   in the bytecode handlers, and ensures that the Interpreter allocates
   the array of counters, and
2. A runtime flag which enables the ignition-statistics extension which
   implements the JS-accessible function getIgnitionDispatchCounters().

Change-Id: I89323425697f5641451f67b9ddcc0303b8ca209f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2937564
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Commit-Queue: Seth Brenith <seth.brenith@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#74992}
2021-06-07 18:47:24 +00:00
..
dead-code-source-position.js
dynamic-global-inside-block.js [interpreter] DYNAMIC_GLOBAL needs to walk the context chain starting from current_scope, not closure_scope 2017-11-22 17:40:26 +00:00
optimized-stack-trace.js [test] Add %PrepareForOptimization to even more tests 2019-06-12 14:40:14 +00:00
osr-from-bytecode.js [cleanup] Add %PrepareFunctionForOptimize for tests that use %OptimizeOsr 2019-06-18 16:47:29 +00:00
osr-from-generator.js [cleanup] Add %PrepareFunctionForOptimize for tests that use %OptimizeOsr 2019-06-18 16:47:29 +00:00
print-ast.js [d8] Add a stress-background-compile mode 2017-11-15 11:08:21 +00:00
regress-597565-double-to-object-transition.js
regress-599001-verifyheap.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-612386-smi-to-double-transition.js [elements] Rename FAST elements kinds 2017-06-30 13:31:44 +00:00
regress-616064.js [d8] Update new Worker API to match the Web API 2018-09-20 00:10:28 +00:00
regress-629792-source-position-on-jump.js
regress-662418.js
regress-664146.js
regress-672027.js
stack-trace-source-position.js
string-concat-external-thin-string.js Revert "[objects] No longer create short external strings." 2017-11-30 20:04:41 +00:00
throw-if-hole.js Reland "[Test] Update tests to work with lazy feedback allocation." 2019-05-08 12:51:13 +00:00
throw-if-not-hole.js Reland "[Test] Update tests to work with lazy feedback allocation." 2019-05-08 12:51:13 +00:00
throw-super-not-called.js Reland "[Test] Update tests to work with lazy feedback allocation." 2019-05-08 12:51:13 +00:00
tracing.js