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

Unified Diff: runtime/vm/program_visitor.h

Issue 2960413002: Omit JIT compiler from precompiled runtime on ARM, ARM64 and IA32. (Closed)
Patch Set: Use NOT_IN_PRECOMPILED macro for oneliners Created 3 years, 6 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
Index: runtime/vm/program_visitor.h
diff --git a/runtime/vm/program_visitor.h b/runtime/vm/program_visitor.h
index cdc6b0191de53275e85e11ce4b8da3a23d75e52e..f5cac55bd9296cbcd2f3be4d026d4d522229aeb0 100644
--- a/runtime/vm/program_visitor.h
+++ b/runtime/vm/program_visitor.h
@@ -33,7 +33,7 @@ class ProgramVisitor : public AllStatic {
static void ShareMegamorphicBuckets();
static void DedupStackMaps();
static void DedupPcDescriptors();
- static void DedupDeoptEntries();
+ NOT_IN_PRECOMPILED(static void DedupDeoptEntries());
static void DedupCodeSourceMaps();
static void DedupLists();
static void DedupInstructions();

Powered by Google App Engine
This is Rietveld 408576698