• bmeurer's avatar
    [compiler] Sanitize entry points to LookupSlot access. · 4ff159bd
    bmeurer authored
    Add dedicated %LoadLookupSlot, %LoadLookupSlotInsideTypeof,
    %LoadLookupSlotForCall, %StoreLookupSlot_Sloppy and
    %StoreLookupSlot_Strict runtime entry points and use them
    appropriately in the various compilers. This way we can
    finally drop the machine operators from the JS graph level
    completely in TurboFan.
    
    Also drop the funky JSLoadDynamic operator from TurboFan,
    which was by now just a small wrapper around the runtime
    call to %LoadLookupSlot.
    
    R=mstarzinger@chromium.org
    
    Review URL: https://codereview.chromium.org/1683103002
    
    Cr-Commit-Position: refs/heads/master@{#33880}
    4ff159bd
Name
Last commit
Last update
..
base Loading commit data...
compiler Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
runtime Loading commit data...
wasm Loading commit data...
DEPS Loading commit data...
atomic-utils-unittest.cc Loading commit data...
cancelable-tasks-unittest.cc Loading commit data...
char-predicates-unittest.cc Loading commit data...
counters-unittest.cc Loading commit data...
locked-queue-unittest.cc Loading commit data...
run-all-unittests.cc Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
unittests.gyp Loading commit data...
unittests.isolate Loading commit data...
unittests.status Loading commit data...