Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(921)

Unified Diff: src/compiler/pipeline.cc

Issue 2363333003: [turbofan] Lower StringEqual and friends in EffectControlLinearizer. (Closed)
Patch Set: Preinitialize interface descriptors and drop TODO. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/compiler/effect-control-linearizer.cc ('k') | src/compiler/simplified-lowering.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/pipeline.cc
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
index 43c15ee8d4a61075d14954fa87ddb6da60ee0e82..0041da25bf31e00b18b135849e1ddf97c1f2390d 100644
--- a/src/compiler/pipeline.cc
+++ b/src/compiler/pipeline.cc
@@ -622,14 +622,6 @@ PipelineCompilationJob::Status PipelineCompilationJob::PrepareJobImpl() {
if (!Compiler::EnsureDeoptimizationSupport(info())) return FAILED;
}
- // 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::CopyFastSmiOrObjectElements(info()->isolate());
- CodeFactory::GrowFastDoubleElements(info()->isolate());
- CodeFactory::GrowFastSmiOrObjectElements(info()->isolate());
- CodeFactory::ToNumber(info()->isolate());
-
linkage_ = new (&zone_) Linkage(Linkage::ComputeIncoming(&zone_, info()));
if (!pipeline_.CreateGraph()) {
« no previous file with comments | « src/compiler/effect-control-linearizer.cc ('k') | src/compiler/simplified-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698