| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index 30908a75c7b5bc21d682421d046d6b9c1ae394f8..862d4086e8565f33b573466f845dc4e2481e184e 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -618,7 +618,9 @@ PipelineCompilationJob::Status PipelineCompilationJob::CreateGraphImpl() {
|
| // TODO(mstarzinger): Hack to ensure that certain call descriptors are
|
| // initialized on the main thread, since it is needed off-thread by the
|
| // effect control linearizer.
|
| - CodeFactory::CopyFixedArray(info()->isolate());
|
| + CodeFactory::CopyFastSmiOrObjectElements(info()->isolate());
|
| + CodeFactory::GrowFastDoubleElements(info()->isolate());
|
| + CodeFactory::GrowFastSmiOrObjectElements(info()->isolate());
|
| CodeFactory::ToNumber(info()->isolate());
|
|
|
| linkage_ = new (&zone_) Linkage(Linkage::ComputeIncoming(&zone_, info()));
|
|
|