commit | 08e1ba3c5899213e63007b0158e0a491f2449ea4 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Tue May 08 15:08:51 2012 +0800 |
committer | Shih-wei Liao <sliao@google.com> | Tue May 08 11:53:40 2012 -0700 |
tree | f53f9352a3c9e6fe6e6e9a3f0a90f58bae69ac8a | |
parent | e0e4024b2e3f6fa6feb3ef42f0f072ffb004f8f7 [diff] [blame] |
Don't fork dex2oat process on target device. Change-Id: I35370d328aaa1aaaed5b56e62e51c4c74afa9cba
diff --git a/src/compiler_llvm/compiler_llvm.cc b/src/compiler_llvm/compiler_llvm.cc index ca0a4da..681b367 100644 --- a/src/compiler_llvm/compiler_llvm.cc +++ b/src/compiler_llvm/compiler_llvm.cc
@@ -183,7 +183,7 @@ } // Materialize the llvm::Module into ELF object file - cunit->Materialize(); + cunit->Materialize(compiler_->GetThreadCount()); // Load ELF image when automatic ELF loading is enabled if (IsAutoElfLoadingEnabled()) {