• bmeurer's avatar
    [compiler] Sanitize IC counts for vector based ICs. · 5ef1bddf
    bmeurer authored
    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.
    
    Drive-by-fix: Move FullCodeGenerator::CallIC to fullcodegen.cc.
    
    R=yangguo@chromium.org
    
    Review-Url: https://codereview.chromium.org/2472653002
    Cr-Commit-Position: refs/heads/master@{#40690}
    5ef1bddf
macro-assembler-ia32.h 45.9 KB