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

Unified Diff: src/snapshot/serialize.h

Issue 1667693002: [interpreter] do not serialize bytecode for snapshot. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: turn flag off Created 4 years, 10 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 | « src/runtime/runtime-compiler.cc ('k') | src/snapshot/serialize.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/snapshot/serialize.h
diff --git a/src/snapshot/serialize.h b/src/snapshot/serialize.h
index 7f4676eafa0cb207cc3bb9143ec4077693dddeea..72d265b0cca0fcac5f64ff80b58af623c4a8041c 100644
--- a/src/snapshot/serialize.h
+++ b/src/snapshot/serialize.h
@@ -652,8 +652,11 @@ class StartupSerializer : public Serializer {
WhereToPoint where_to_point, int skip) override;
void SerializeWeakReferencesAndDeferred();
+ void Synchronize(VisitorSynchronization::SyncTag tag) override;
+
private:
intptr_t root_index_wave_front_;
+ bool serializing_builtins_;
DISALLOW_COPY_AND_ASSIGN(StartupSerializer);
};
« no previous file with comments | « src/runtime/runtime-compiler.cc ('k') | src/snapshot/serialize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698