Description[turbofan] Initial support for inline allocations of arrays.
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
Committed: https://crrev.com/e39050473fa0425f08eb22c5f28bf2320c72f5c5
Cr-Commit-Position: refs/heads/master@{#32191}
Patch Set 1 #Patch Set 2 : Fix unbounded inlining. Reduce code duplication. Add proper code dependencies. #
Messages
Total messages: 12 (4 generated)
|