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

Unified Diff: runtime/vm/intrinsifier.cc

Issue 3006923002: Revised "Eliminate dependencies on assemblers and code stubs in precompiled runtime." (Closed)
Patch Set: Explicitly clear unbox_numeric_fields flag in PRODUCT builds 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 2c09f7075d340ec774f522a7af2ced06321a6b17..c9943132e581958c1e0d2f35fbfde5f8813b9ef8 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"
@@ -1138,3 +1141,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