• Maya Lekova's avatar
    [turbofan] Move large array allocation bailout earlier · 930f2654
    Maya Lekova authored
    The CanAllocateArray used to be executed during JSCreateLowering,
    leading to bailouts when large arrays are passed as arguments to
    an async function or a bound function. This meant that
    JSCreateAsyncFunctionObject or JSCreateBoundFunction will reach
    JSGenericLowering, where they are not lowered. This CL moves
    the checks earlier in the pipeline during JSNativeContextSpecialization
    and JSCallReducer respectively, so that those operators are not
    created at all in such cases and we bail out to the runtime instead.
    
    Bug: v8:11564
    Change-Id: I232ce7d9378730ae0cc8690e52fde840a484e069
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2807609
    Commit-Queue: Maya Lekova <mslekova@chromium.org>
    Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#73928}
    930f2654
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...