• bmeurer's avatar
    [ic] Unify CallIC feedback collection and handling. · 308788b3
    bmeurer authored
    Consistently collect CallIC feedback in fullcodegen and Ignition, even
    for possibly direct eval calls, that were treated specially so far, for
    no apparent reason. With the upcoming SharedFunctionInfo based CallIC
    feedback, we might be able to even inline certain direct eval calls, if
    they manage to hit the eval cache. More importantly, this patch
    simplifies the collection and dealing with CallIC feedback (and as a
    side effect fixes an inconsistency with feedback for super constructor
    calls).
    
    R=mvstanton@chromium.org, mythria@chromium.org
    BUG=v8:2206,v8:4280,v8:5267
    
    Review-Url: https://codereview.chromium.org/2426693002
    Cr-Commit-Position: refs/heads/master@{#40397}
    308788b3
typing.cc 24.2 KB