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

Unified Diff: runtime/vm/compiler.cc

Issue 1581393008: Rename DART_PRECOMPILED -> DART_PRECOMPILED_RUNTIME (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: addressed comment Created 4 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
« no previous file with comments | « runtime/dart-runtime.gyp ('k') | runtime/vm/dart_api_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/compiler.cc
diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
index 22f3b0b22af139212d3478c162a1d253c076d5d1..6775e2b3635f262f515f7c502c5fb52fc5ff804a 100644
--- a/runtime/vm/compiler.cc
+++ b/runtime/vm/compiler.cc
@@ -80,7 +80,7 @@ DECLARE_FLAG(bool, trace_irregexp);
bool Compiler::always_optimize_ = false;
bool Compiler::allow_recompilation_ = true;
-#ifndef DART_PRECOMPILED
+#ifndef DART_PRECOMPILED_RUNTIME
// TODO(zerny): Factor out unoptimizing/optimizing pipelines and remove
// separate helpers functions & `optimizing` args.
@@ -1942,7 +1942,7 @@ void BackgroundCompiler::EnsureInit(Thread* thread) {
}
-#else // DART_PRECOMPILED
+#else // DART_PRECOMPILED_RUNTIME
DEFINE_RUNTIME_ENTRY(CompileFunction, 1) {
@@ -2047,6 +2047,6 @@ void BackgroundCompiler::EnsureInit(Thread* thread) {
UNREACHABLE();
}
-#endif // DART_PRECOMPILED
+#endif // DART_PRECOMPILED_RUNTIME
} // namespace dart
« no previous file with comments | « runtime/dart-runtime.gyp ('k') | runtime/vm/dart_api_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698