• chunyang.dai's avatar
    X87: [turbofan] First step towards sanitizing for-in and making it optimizable. · 388429e9
    chunyang.dai authored
    port e2e47f30 (r28711)
    
    original commit message:
    
        [turbofan] First step towards sanitizing for-in and making it optimizable.
    
        In a nutshell: The FILTER_KEY builtin is gone, and was replaced by a
        simple runtime call to ForInFilter, which does everything and is even
        cheaper (because FILTER_KEY used to call into the runtime anyway).
        And ForInFilter returns either the name or undefined, which makes it
        possible to remove the control flow construction from the AstGraphBuilder,
        and thereby make both the initialization and the per-loop code of for-in
        optimizable later (in typed lowering).
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1144143005
    
    Cr-Commit-Position: refs/heads/master@{#28748}
    388429e9
Name
Last commit
Last update
benchmarks Loading commit data...
build 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/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE 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...
Makefile.nacl 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...