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

Unified Diff: src/PNaClTranslator.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/PNaClTranslator.cpp
diff --git a/src/PNaClTranslator.cpp b/src/PNaClTranslator.cpp
index 01ba264aed3f53cd3b6df77c6ca8386d24261934..a772e1005249bc7c6d4b6db1332738a40e7d9a7c 100644
--- a/src/PNaClTranslator.cpp
+++ b/src/PNaClTranslator.cpp
@@ -32,8 +32,6 @@
#include "IceOperand.h"
#include "PNaClTranslator.h"
-#include <memory>
-
namespace {
using namespace llvm;
@@ -2822,6 +2820,7 @@ private:
void ExitBlock() override {
InstallGlobalNamesAndGlobalVarInitializers();
+ getTranslator().getContext()->waitForWorkerThreads();
getTranslator().emitConstants();
}

Powered by Google App Engine
This is Rietveld 408576698