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

Unified Diff: runtime/include/dart_api.h

Issue 1373873004: Make --noopt behave like an in-place precompilation. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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/include/dart_api.h
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index 031b8c542a8e8097263c00e966fad3e18671fd51..402e33fc795ea1b47357c0f38a6fa515a1444edc 100755
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -2878,7 +2878,8 @@ typedef struct {
srdjan 2015/09/29 23:27:47 Please add a comment why 'reset_fields' is necessa
rmacnak 2015/09/30 00:10:29 Done.
DART_EXPORT Dart_Handle Dart_Precompile(
- Dart_QualifiedFunctionName entry_points[]);
+ Dart_QualifiedFunctionName entry_points[],
+ bool reset_fields);
DART_EXPORT Dart_Handle Dart_CreatePrecompiledSnapshot(

Powered by Google App Engine
This is Rietveld 408576698