• Seth Brenith's avatar
    Fix counting ignition dispatches · 82b673bc
    Seth Brenith authored
    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/+/2937564Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
    Commit-Queue: Seth Brenith <seth.brenith@microsoft.com>
    Cr-Commit-Position: refs/heads/master@{#74992}
    82b673bc
Name
Last commit
Last update
..
dead-code-source-position.js Loading commit data...
dynamic-global-inside-block.js Loading commit data...
optimized-stack-trace.js Loading commit data...
osr-from-bytecode.js Loading commit data...
osr-from-generator.js Loading commit data...
print-ast.js Loading commit data...
regress-597565-double-to-object-transition.js Loading commit data...
regress-599001-verifyheap.js Loading commit data...
regress-612386-smi-to-double-transition.js Loading commit data...
regress-616064.js Loading commit data...
regress-629792-source-position-on-jump.js Loading commit data...
regress-662418.js Loading commit data...
regress-664146.js Loading commit data...
regress-672027.js Loading commit data...
stack-trace-source-position.js Loading commit data...
string-concat-external-thin-string.js Loading commit data...
throw-if-hole.js Loading commit data...
throw-if-not-hole.js Loading commit data...
throw-super-not-called.js Loading commit data...
tracing.js Loading commit data...