• bmeurer's avatar
    [ic] Unify undetectable abstract equality comparison. · 1b821f2f
    bmeurer authored
    The treatment of different undetectable objects was inconsistent after
    the latest changes to the undetectable bit in the maps. Given two
    different undetectable JSObjects a and b, a monomorphic CompareIC would
    say false for a == b, while the rest of the system (including the
    generic case for the CompareIC) would say true.
    
    The fix is rather straight-forward: We just go generic on a CompareIC
    once we see an undetectable JSObject.
    
    R=yangguo@chromium.org
    
    Review URL: https://codereview.chromium.org/1735863004
    
    Cr-Commit-Position: refs/heads/master@{#34315}
    1b821f2f
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
x64 Loading commit data...
x87 Loading commit data...
OWNERS Loading commit data...
access-compiler.cc Loading commit data...
access-compiler.h Loading commit data...
call-optimization.cc Loading commit data...
call-optimization.h Loading commit data...
handler-compiler.cc Loading commit data...
handler-compiler.h Loading commit data...
ic-compiler.cc Loading commit data...
ic-compiler.h Loading commit data...
ic-inl.h Loading commit data...
ic-state.cc Loading commit data...
ic-state.h Loading commit data...
ic.cc Loading commit data...
ic.h Loading commit data...
stub-cache.cc Loading commit data...
stub-cache.h Loading commit data...