• Jakob Gruber's avatar
    [compiler] Remove --turbo-direct-heap-access · 4f2f14f8
    Jakob Gruber authored
    On a per-job basis, --turbo-direct-heap-access should be equal to
    whether concurrent inlining is enabled. We simplify involved logic by
    removing the flag, and replacing all access to
    
    - FLAG_turbo_direct_heap_access, and
    - FLAG_concurrent_inlining
    
    inside compiler/ with
    OptimizedCompilationInfo::is_concurrent_inlining() (or derived values).
    
    Bug: v8:7790
    Change-Id: I64818e0e1004dded08c784ef1c4bdfd2af990a59
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2843345
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Auto-Submit: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#74166}
    4f2f14f8
Name
Last commit
Last update
..
local Loading commit data...
objects Loading commit data...
outproc Loading commit data...
testproc Loading commit data...
utils Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
__init__.py Loading commit data...
base_runner.py Loading commit data...
num_fuzzer.py Loading commit data...
standard_runner.py Loading commit data...
test_config.py Loading commit data...
trycatch_loader.js Loading commit data...