• zhengxing.li's avatar
    X87: [stubs] Change CallICStub to utilize the ConvertReceiverMode. · a0ce8392
    zhengxing.li authored
      port d80fd48e (r32163)
    
      original commit message:
      The CallICStub has call-site specific knowledge about the receiver,
      which we did not utilize; plus the CallICStub does in some case know
      whether it is about to [[Call]] a function or potentially some other
      callable. In the common case we actually know that the target is a
      function and so we can use the CallFunction builtin directly instead
      of redispatching in the Call builtin.
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1467123002
    
    Cr-Commit-Position: refs/heads/master@{#32167}
    a0ce8392
Name
Last commit
Last update
..
OWNERS Loading commit data...
assembler-x87-inl.h Loading commit data...
assembler-x87.cc Loading commit data...
assembler-x87.h Loading commit data...
builtins-x87.cc Loading commit data...
code-stubs-x87.cc Loading commit data...
code-stubs-x87.h Loading commit data...
codegen-x87.cc Loading commit data...
codegen-x87.h Loading commit data...
cpu-x87.cc Loading commit data...
deoptimizer-x87.cc Loading commit data...
disasm-x87.cc Loading commit data...
frames-x87.cc Loading commit data...
frames-x87.h Loading commit data...
interface-descriptors-x87.cc Loading commit data...
macro-assembler-x87.cc Loading commit data...
macro-assembler-x87.h Loading commit data...
simulator-x87.cc Loading commit data...
simulator-x87.h Loading commit data...