• 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...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...