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

Unified Diff: runtime/vm/assembler.cc

Issue 2976723003: Eliminate dependencies on assemblers and code stubs in precompiled runtime. (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | runtime/vm/assembler_arm.cc » ('j') | runtime/vm/ast.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler.cc
diff --git a/runtime/vm/assembler.cc b/runtime/vm/assembler.cc
index 884326f397d9dd1dc9c89256655b96da446e4ef9..3ee2a44a48ea9b4590c9e85de39e8840a18a2ea6 100644
--- a/runtime/vm/assembler.cc
+++ b/runtime/vm/assembler.cc
@@ -11,6 +11,8 @@
#include "vm/os.h"
#include "vm/zone.h"
+#if !defined(DART_PRECOMPILED_RUNTIME)
zra 2017/07/11 20:25:08 Should this go above the includes? Here and in oth
Aske Simon Christensen 2017/07/12 18:51:33 Certainly. Done.
+
namespace dart {
DEFINE_FLAG(bool,
@@ -331,3 +333,5 @@ RawObjectPool* ObjectPoolWrapper::MakeObjectPool() {
} // namespace dart
+
+#endif // !defined(DART_PRECOMPILED_RUNTIME)
« no previous file with comments | « no previous file | runtime/vm/assembler_arm.cc » ('j') | runtime/vm/ast.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698