• Benedikt Meurer's avatar
    [ic] Properly integrate the CallIC into Ignition. · ee350c31
    Benedikt Meurer authored
    Drop the deprecated CallConstructStub and remove the use of CallICStub
    from fullcodegen, since that feedback is unused completely every since
    Crankshaft got removed, thus we can safely unlink all the CallIC stuff
    from fullcodegen nowadays, and completely nuke the CallICStub and the
    CallICTrampolineStub now (we can also transitively nuke the unused
    CreateAllocationSiteStub and CreateWeakCellStub).
    
    Instead the CallIC logic is integrated into Ignition now, and part of
    the bytecode handlers for [[Call]] and [[Construct]]. There's still some
    follow-up cleanup with the way the Array constructor feedback is
    integrated, but that's way easier now.
    
    Bug: v8:5517, v8:6399, v8:6409, v8:6679
    Change-Id: I0a6c6046faceca9b1606577bc9e63d9295e44619
    Reviewed-on: https://chromium-review.googlesource.com/603609
    Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
    Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#47196}
    ee350c31
feedback-vector-inl.h 12.3 KB