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

Unified Diff: runtime/vm/intrinsifier.cc

Issue 2994863002: Reapply "Eliminate dependencies on assemblers and code stubs in precompiled runtime." (Closed)
Patch Set: Exclude references to disassembler in precompiled mode Created 3 years, 4 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 | « runtime/vm/intermediate_language_x64.cc ('k') | runtime/vm/intrinsifier_arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intrinsifier.cc
diff --git a/runtime/vm/intrinsifier.cc b/runtime/vm/intrinsifier.cc
index 8eb5fabd52e4c6daf5d70446df3f0a0881bc37cd..1f7b2d817dad74993226fc49a7c68956a72b7637 100644
--- a/runtime/vm/intrinsifier.cc
+++ b/runtime/vm/intrinsifier.cc
@@ -3,7 +3,10 @@
// BSD-style license that can be found in the LICENSE file.
// Class for intrinsifying functions.
+#if !defined(DART_PRECOMPILED_RUNTIME)
+
#include "vm/intrinsifier.h"
+
#include "vm/assembler.h"
#include "vm/compiler.h"
#include "vm/cpu.h"
@@ -1135,3 +1138,5 @@ void Intrinsifier::RegExp_ExecuteMatchSticky(Assembler* assembler) {
#endif // !defined(TARGET_ARCH_DBC)
} // namespace dart
+
+#endif // !defined(DART_PRECOMPILED_RUNTIME)
« no previous file with comments | « runtime/vm/intermediate_language_x64.cc ('k') | runtime/vm/intrinsifier_arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698