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

Unified Diff: src/IceConverter.cpp

Issue 870653002: Subzero: Initial implementation of multithreaded translation. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Cleanup Created 5 years, 11 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
Index: src/IceConverter.cpp
diff --git a/src/IceConverter.cpp b/src/IceConverter.cpp
index 325fda892408a7a1d6547faeebe81dcd4e4b3a60..fdf7d1f12092110928cfa4690899ec1d77479823 100644
--- a/src/IceConverter.cpp
+++ b/src/IceConverter.cpp
@@ -895,6 +895,7 @@ void Converter::convertFunctions() {
Ctx->popTimer(TimerID, StackID);
}
+ Ctx->waitForWorkerThreads();
emitConstants();
}

Powered by Google App Engine
This is Rietveld 408576698