• Jakob Gruber's avatar
    [nci] Don't expose feedback to compiler phases in NCI mode · e33e8481
    Jakob Gruber authored
    Native context independent code generation should, at the moment, not
    use any collected feedback.
    
    We implement this by returning InsufficientFeedback from the heap
    broker's ReadFeedbackForX methods if currently compiling nci code.
    Thus all feedback.IsInsufficient() calls inside the compiler will
    return true (disabling feedback-based optimizations).
    FeedbackSource::IsValid() (used in generic lowering) can still return
    true.
    
    Bug: v8:8888
    Change-Id: I198b6457276073e7376c777b206c50726f1b3645
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2284494
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#68726}
    e33e8481
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...