DescriptionTurn off allocation site info for crankshafted array constructor calls.
Once we crankshaft a method, we should turn off allocation site info for
constructed arrays. Additionally, the semantics for doing this were
awkward because the constructed array code stubs get an
AllocationSiteMode as a minor key, but it's used as a permission to
determine the final mode locally based on ElementsKind. I refactored
this to a simpler boolean for override or local control.
BUG=
R=hpayer@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=14934
Patch Set 1 #
Total comments: 2
Created: 7 years, 6 months ago
Messages
Total messages: 3 (0 generated)
|