• Jakob Gruber's avatar
    [nci] Add feedback input to Call nodes · 2b236e33
    Jakob Gruber authored
    This is likely the major change of the series, as Call nodes are the
    focus of call reducer (and to a lesser extent other phases like
    inlining).
    
    This CL essentially adds the new input to Call nodes, and updates the
    rest of the pipeline. As a (fairly large) drive-by, I also introduce
    the JSCallNode wrapper class and apply it in call reducer.
    
    This change, although large, will hopefully make future refactorings
    *much* easier, since it is now clear where certain assumptions about
    Call node layout are made.
    
    Bug: v8:8888
    Change-Id: Ia15fe0ba459b6034863a5815a4e4662cee41fc83
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2264353
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
    Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#68616}
    2b236e33
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...