• jgruber's avatar
    [debug] Default to UNCAUGHT in catch prediction · 86f14765
    jgruber authored
    V8's catch prediction mechanism tries to predict whether a thrown
    exception will be caught, just by looking at the current call stack.
    
    At the time when catch prediction was first introduced, only a few
    builtins (mostly related to Promise and Generator) could end up being
    fed into the catch prediction mechanism. This is no longer the case now
    that builtins are used in new ways, e.g. Array.p.forEach's continuation
    builtins.
    
    This CL removes the need to explicitly mark all builtins visible to the
    StackFrameIterator as CAUGHT/UNCAUGHT/PROMISE, and instead defaults to
    treating unmarked builtins as UNCAUGHT.
    
    BUG=v8:6536
    
    Change-Id: Ibdc106a91b2b0ffb93099433077642cad02c71e2
    Reviewed-on: https://chromium-review.googlesource.com/555518
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#46357}
    86f14765
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...
promises-aplus Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...