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
optimized-stack-trace.js
osr-from-bytecode.js
osr-from-generator.js
print-ast.js
regress-597565-double-to-object-transition.js
regress-599001-verifyheap.js
regress-612386-smi-to-double-transition.js
regress-616064.js
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
throw-if-hole.js
throw-if-not-hole.js
throw-super-not-called.js
tracing.js