• littledan's avatar
    [SAB] Move Atomics builtins to C++ · 2b9840d8
    littledan authored
    This patch refactors the Atomics builtins so that they are implemented
    as C++ builtins rather than experimental JS builtins. Previously, each
    of these functions called out to a runtime function, so no significant
    change in performance is anticipated. The goal of this patch is to
    remove the last user of experimental JS builtins so that the mechanism
    can be removed, for performance reasons. The patch includes a drive-by
    fix of a check-fail. For the most part, the patch is just moving code
    without modification from runtime-atomics.cc to
    builtins-sharedarraybuffer.cc .
    
    BUG=v8:5880
    
    Review-Url: https://codereview.chromium.org/2698813004
    Cr-Commit-Position: refs/heads/master@{#43335}
    2b9840d8
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...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
unittests 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...