• Nico Hartmann's avatar
    [turbofan] Make BigInt operations kNoThrow again · a99ca6e6
    Nico Hartmann authored
    A previous CL removed the kNoThrow flags from both
    SpeculativeBigIntAdd and SpeculativeBigIntSubtract. This introduced a
    bug, because the JSTypeHintLowering phase, where these operators are
    introduced during inlining, does not support the generation of throwing
    operators.
    
    Since these operators always deoptimize in case of an error, instead of
    throwing the exception directly, it is safe to mark them as kNoThrow.
    
    Bug: chromium:1091461
    No-Try: true
    No-Tree-Checks: true
    Change-Id: I551616b0c462647574e5af8824d9ed7b3252659d
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2235113
    Commit-Queue: Nico Hartmann <nicohartmann@chromium.org>
    Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#68254}
    a99ca6e6
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...