• zhengxing.li's avatar
    X87: [compiler] Sanitize IC counts for vector based ICs. · 3ef54ed6
    zhengxing.li authored
      port 5ef1bddf (r40690)
    
      original commit message:
      All vector ICs use the TypeFeedbackVector::ComputeCounts method now,
      while the remaining patching ICs still use the traditional way of
      counting on the TypeFeedbackInfo hanging off the fullcodegen code
      object. This fixes the problem that counts were sometimes off.
    
    BUG=
    
      Drive-by-fix: Move FullCodeGenerator::CallIC to fullcodegen.cc.
    Review-Url: https://codereview.chromium.org/2470063002
    
    Cr-Commit-Position: refs/heads/master@{#40692}
    3ef54ed6
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...
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...