• Jakob Gruber's avatar
    [nci] Spawn dedicated NCI compilation jobs · 991fc239
    Jakob Gruber authored
    This CL introduces a new pipeline mode in which each optimization
    triggers both a Turbofan and an NCI compilation job. The TF code is
    installed, the NCI code is inserted into the code cache for future
    consumption by other contexts.
    
    --turbo-nci enables this mode.
    
    The old configuration (with NCI replacing TF) is still available under
    the --turbo-nci-as-highest-tier flag. This flag remains useful for
    testing purposes.
    
    Drive-by: Refactor tracing in compiler.cc.
    
    Bug: v8:8888
    Change-Id: I62522e61788762250ff717eef84eae914e266f3b
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2299360
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
    Reviewed-by: 's avatarMythri Alle <mythria@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#68983}
    991fc239
Name
Last commit
Last update
..
heap-tester.h Loading commit data...
heap-utils.cc Loading commit data...
heap-utils.h Loading commit data...
test-alloc.cc Loading commit data...
test-array-buffer-tracker.cc Loading commit data...
test-compaction.cc Loading commit data...
test-concurrent-allocation.cc Loading commit data...
test-concurrent-marking.cc Loading commit data...
test-embedder-tracing.cc Loading commit data...
test-external-string-tracker.cc Loading commit data...
test-heap.cc Loading commit data...
test-incremental-marking.cc Loading commit data...
test-invalidated-slots.cc Loading commit data...
test-iterators.cc Loading commit data...
test-lab.cc Loading commit data...
test-mark-compact.cc Loading commit data...
test-memory-measurement.cc Loading commit data...
test-page-promotion.cc Loading commit data...
test-spaces.cc Loading commit data...
test-unmapper.cc Loading commit data...
test-weak-references.cc Loading commit data...
test-write-barrier.cc Loading commit data...