• jgruber's avatar
    [ic] Inline LoadIC into LdaNamedProperty bytecode handler · 0bfabaf1
    jgruber authored
    This inlines common LoadIC cases into the LdaNamedProperty bytecode
    handler. Smi handlers resulting in constant/field loads for
    monomorphic ICs omit frame construction. The same counts for the
    polymorphic case as long as the target handler is in the first two
    vector slots.
    
    Other cases (megamorphic, uninitialized) call the new
    LoadIC_Noninlined stub.
    
    Local benchmarks show up to 6% improvement on Sunspider with --future.
    
    BUG=v8:5917
    
    Review-Url: https://codereview.chromium.org/2733563002
    Cr-Commit-Position: refs/heads/master@{#43630}
    0bfabaf1
code-stub-assembler.cc 300 KB