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

Unified Diff: src/snapshot/deserializer.h

Issue 2868103002: [deserializer] Make large object deserialization GC safe (Closed)
Patch Set: Created 3 years, 7 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: src/snapshot/deserializer.h
diff --git a/src/snapshot/deserializer.h b/src/snapshot/deserializer.h
index a56adb67d48b16fbac6dc5f3b4e1afd864ee76a0..9aec9b0049d26c5779a9ba5ede947f27c7d4c2fa 100644
--- a/src/snapshot/deserializer.h
+++ b/src/snapshot/deserializer.h
@@ -93,6 +93,7 @@ class Deserializer : public SerializerDeserializer {
void FlushICacheForNewIsolate();
void FlushICacheForNewCodeObjectsAndRecordEmbeddedObjects();
+ void RecordWritesForLargeObjects();
void CommitPostProcessedObjects(Isolate* isolate);

Powered by Google App Engine
This is Rietveld 408576698