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

Unified Diff: runtime/vm/compiler.h

Issue 2411823003: VM support for running Kernel binaries. (Closed)
Patch Set: Address initial review comments Created 4 years, 2 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/compiler.h
diff --git a/runtime/vm/compiler.h b/runtime/vm/compiler.h
index 4ec478f19a8b2da515175af10cbdbe7cf8d447c6..5ca122376f8497f37545b72a8ab1458245d0440c 100644
--- a/runtime/vm/compiler.h
+++ b/runtime/vm/compiler.h
@@ -27,6 +27,7 @@ class RawInstance;
class Script;
class SequenceNode;
+bool UseDilFrontEndFor(ParsedFunction* parsed_function);
class CompilationPipeline : public ZoneAllocated {
public:

Powered by Google App Engine
This is Rietveld 408576698