• Seth Brenith's avatar
    Enable background merging when --stress-background-compile · a1392fa1
    Seth Brenith authored
    This change adds new functions to BackgroundCompileTask which closely
    match those in BackgroundDeserializeTask. These functions allow a caller
    to manage background merging of newly compiled content into an existing
    Script from the Isolate compilation cache. These functions are not yet
    exposed via the API; instead, StressBackgroundCompileThread uses them to
    increase test coverage of the merging logic.
    
    Bug: v8:12808
    Change-Id: I4d2f429164223785169fe447ce2bdd8beaee00d4
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3793959
    Commit-Queue: Seth Brenith <seth.brenith@microsoft.com>
    Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#82121}
    a1392fa1
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-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-mark-compact.cc Loading commit data...
test-memory-measurement.cc Loading commit data...
test-page-promotion.cc Loading commit data...
test-shared-heap.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...