• mstarzinger's avatar
    [turbofan] Fix receiver binding for inlined callees. · 37f5e23b
    mstarzinger authored
    This introduces a JSConvertReceiver operator to model the implicit
    conversion of receiver values for sloppy callees. It is used by the
    JSInliner for now, but can also be used to model direction function
    calls that bypass call stubs.
    
    Also note that a hint is passed to said operator whenever the source
    structure constrains the receiver value type. This hint allows for
    optimizations in the lowering of the operator.
    
    The underlying specification in ES6, section 9.2.1.2 is the basis for
    this implementation.
    
    R=bmeurer@chromium.org
    TEST=mjsunit/compiler/receiver-conversion
    BUG=v8:4493, v8:4470
    LOG=n
    
    Review URL: https://codereview.chromium.org/1412223015
    
    Cr-Commit-Position: refs/heads/master@{#31598}
    37f5e23b
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
docs 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...
snapshot_toolchain.gni Loading commit data...