• Benedikt Meurer's avatar
    [ic] Properly integrate the CallIC into Ignition. · 6c541561
    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: Ia0efc6145ee64633757a6c3fd1879d4906ea2835
    Reviewed-on: https://chromium-review.googlesource.com/602134
    Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
    Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#47192}
    6c541561
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...