• bmeurer's avatar
    [turbofan] Add support for accessor inlining. · 35a195e1
    bmeurer authored
    Allow inlining of getters and setters into TurboFan optimized code.
    This just adds the basic machinery required to essentially inline
    the setter and getter dispatch code for the (keyed) load/store ICs.
    There'll be follow up CLs to also actually inline some of the interesting
    accessor functions itself, like the byteLength and friends for the
    TypedArrays.
    
    R=jarin@chromium.org
    
    Review-Url: https://codereview.chromium.org/2198473002
    Cr-Commit-Position: refs/heads/master@{#38192}
    35a195e1
frame-states.cc 2.4 KB