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

Unified Diff: runtime/vm/kernel_isolate.h

Issue 2998963002: Revert "Revert "Introduce IKG into kernel-service to support incremental compilation."" (Closed)
Patch Set: 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/isolate_reload_test.cc ('k') | runtime/vm/kernel_isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/kernel_isolate.h
diff --git a/runtime/vm/kernel_isolate.h b/runtime/vm/kernel_isolate.h
index 7cb9f782b6c205373a82bf17a6248c15e9e3d49c..c87aea02e6f2b5fa2568cdedfca4d5bdb246a860 100644
--- a/runtime/vm/kernel_isolate.h
+++ b/runtime/vm/kernel_isolate.h
@@ -30,7 +30,8 @@ class KernelIsolate : public AllStatic {
static Dart_KernelCompilationResult CompileToKernel(
const char* script_uri,
int source_files_count = 0,
- Dart_SourceFile source_files[] = NULL);
+ Dart_SourceFile source_files[] = NULL,
+ bool incremental_compile = false);
protected:
static Monitor* monitor_;
« no previous file with comments | « runtime/vm/isolate_reload_test.cc ('k') | runtime/vm/kernel_isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698