DescriptionFix usage of literal cloning for large double arrays.
This fixes a corner case where the {FastCloneShallowArrayStub} was used
for literals that are backed by a double backing store and would exceed
limits for new-space allocations on 32-bit architectures. The stub in
question does not support such literals, callers must use the runtime.
Note that this fix is for Ignition as well as FullCodeGenerator.
R=rmcilroy@chromium.org
TEST=mjsunit/regress/regress-crbug-672792
BUG=chromium:672792
Review-Url: https://codereview.chromium.org/2570843002
Cr-Commit-Position: refs/heads/master@{#41713}
Committed: https://chromium.googlesource.com/v8/v8/+/6c620e531268ca6dcdb858a75cc75c68e6b2a44b
Patch Set 1 #Patch Set 2 : Extend to optimizing compilers. #Patch Set 3 : Add missing flag. #
Total comments: 2
Patch Set 4 : Addressed comments. #
Messages
Total messages: 29 (20 generated)
|