DescriptionFix arguments object stubs for large arrays.
This fixes FastNewStrictArgumentsStub and FastNewRestParameterStub to no
longer assume that the strict arguments object being allocated will fit
into new-space. The case where said object needs to move to large object
space is now handled in the runtime.
R=bmeurer@chromium.org
TEST=mjsunit/regress/regress-crbug-614727
BUG=chromium:614727
Committed: https://crrev.com/e95cfafb67dba67eb7c541d97f5e69f8280df771
Cr-Commit-Position: refs/heads/master@{#36917}
Patch Set 1 #Patch Set 2 : Add missing frame state. #Patch Set 3 : Extend to rest arguments. #Patch Set 4 : Port to most architectures. #
Messages
Total messages: 11 (4 generated)
|