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

Unified Diff: src/snapshot.h

Issue 782573002: Sketch of on demand snapshot generation for d8 Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add bits needed by the Chrome implementation Created 6 years 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 | « src/mksnapshot.cc ('k') | src/snapshot-common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/snapshot.h
diff --git a/src/snapshot.h b/src/snapshot.h
index 6d4bf95391578012302ced4ce021c0ebebf863a3..94a711acaf0ec46b49ebf076434d14f782a8ba05 100644
--- a/src/snapshot.h
+++ b/src/snapshot.h
@@ -56,6 +56,10 @@ class Snapshot {
void SetSnapshotFromFile(StartupData* snapshot_blob);
#endif
+#ifdef V8_ON_DEMAND_SNAPSHOT
+void CreateV8SnapshotOnDemand();
+#endif
+
} } // namespace v8::internal
#endif // V8_SNAPSHOT_H_
« no previous file with comments | « src/mksnapshot.cc ('k') | src/snapshot-common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698