• Mike Stanton's avatar
    [Turbofan] Introduce TransitionAndStore[Non]NumberElement · c7990226
    Mike Stanton authored
    In Array.prototype.map, we have to store the map result in an output array.
    If we know we are storing objects, or special objects like boolean, rather
    than a number, then we can reduce the amount of checks we have to do to
    transition the output array to the appropriate ElementsKind.
    
    Likewise, if we know we've got floating point values, we can specialize 
    appropriately to a double array.
    
    Bug: v8:6896
    Change-Id: I375daf604562b53638ea749945c1a4c907e33547
    Reviewed-on: https://chromium-review.googlesource.com/711845
    Commit-Queue: Michael Stanton <mvstanton@chromium.org>
    Reviewed-by: 's avatarJaroslav Sevcik <jarin@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#48579}
    c7990226
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...
.editorconfig Loading commit data...
.git-blame-ignore-revs 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...