• Nico Hartmann's avatar
    Reland "[TurboFan] Fast path for JSAdd with BigInt feedback" · 9f061823
    Nico Hartmann authored
    This is a reland of 5ff38bae
    
    Original change's description:
    > [TurboFan] Fast path for JSAdd with BigInt feedback
    > 
    > This CL introduces the necessary infrastructure to generate speculative
    > BigInt operations in case of BigInt feedback. In particular, the JSAdd
    > operator is lowered to a speculative call to the  BigIntAdd builtin,
    > with a deopt bailout in case of exceptions or violated assumptions.
    > 
    > Bug: v8:9213
    > Change-Id: I05796336eef9a4389fc31d59cad2d69f75512647
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1657916
    > Commit-Queue: Nico Hartmann <nicohartmann@google.com>
    > Reviewed-by: Georg Neis <neis@chromium.org>
    > Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#62362}
    
    Bug: v8:9213
    Change-Id: Ic0caf7aab2103b8f5e22a504427e8604cc894d75
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1677209Reviewed-by: 's avatarSigurd Schneider <sigurds@chromium.org>
    Commit-Queue: Nico Hartmann <nicohartmann@google.com>
    Cr-Commit-Position: refs/heads/master@{#62381}
    9f061823
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer 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...
preparser 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...