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

Unified Diff: src/optimizing-compile-dispatcher.cc

Issue 1179393008: [turbofan] Enable concurrent (re)compilation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Also run late graph trimming concurrently. Created 5 years, 6 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
« src/compiler/pipeline.h ('K') | « src/compiler/pipeline-statistics.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/optimizing-compile-dispatcher.cc
diff --git a/src/optimizing-compile-dispatcher.cc b/src/optimizing-compile-dispatcher.cc
index f5c57cd1cfbb81bc36492d88dca4bf96bb1b12c0..b28e870e1cd03eb637606aa24da452751b8461ed 100644
--- a/src/optimizing-compile-dispatcher.cc
+++ b/src/optimizing-compile-dispatcher.cc
@@ -33,6 +33,8 @@ void DisposeOptimizedCompileJob(OptimizedCompileJob* job,
function->ReplaceCode(function->shared()->code());
}
}
+ // TODO(bmeurer): Improve resource management for OptimizedCompileJob.
+ job->~OptimizedCompileJob();
delete info;
}
« src/compiler/pipeline.h ('K') | « src/compiler/pipeline-statistics.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698