• bmeurer's avatar
    [turbofan] Initial support for inline allocations of arrays. · e3905047
    bmeurer authored
    Add support for using inline allocations for arrays in lowering of
    JSCreateArray when target equals new.target.  Currently we are only
    concerend with the straight-forward Array() and Array(length) cases,
    but at some point TurboFan should also be able to support the more
    complex initializing cases.
    
    R=mvstanton@chromium.org
    BUG=v8:4470
    LOG=n
    
    Review URL: https://codereview.chromium.org/1465203002
    
    Cr-Commit-Position: refs/heads/master@{#32191}
    e3905047
type-cache.h 4.89 KB