• chunyang.dai's avatar
    X87: Correctify instanceof and make it optimizable. · 3aeed04d
    chunyang.dai authored
    port 5d875a57 (r30342).
    
    original commit message:
    
        The previous hack with HInstanceOfKnownGlobal was not only slower,
        but also very brittle and required a lot of weird hacks to support it. And
        what's even more important it wasn't even correct (because a map check
        on the lhs is never enough for instanceof).
    
        The new implementation provides a sane runtime implementation
        for InstanceOf plus a fast case in the InstanceOfStub, combined with
        a proper specialization in the case of a known global in CrankShaft,
        which does only the prototype chain walk (coupled with a code
        dependency on the known global).
    
        As a drive-by-fix: Also fix the incorrect Object.prototype.isPrototypeOf
        implementation.
    
    R=weiliang.lin@intel.com
    BUG=
    
    Review URL: https://codereview.chromium.org/1318663003
    
    Cr-Commit-Position: refs/heads/master@{#30376}
    3aeed04d
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...