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

Unified Diff: src/value-serializer.h

Issue 2336973004: ValueDeserializer: Pretenure objects while deserializing large objects. (Closed)
Patch Set: remove the anonymous namespace; it is superfluous here Created 4 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
« no previous file with comments | « no previous file | src/value-serializer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/value-serializer.h
diff --git a/src/value-serializer.h b/src/value-serializer.h
index 97dd0e8420b55d3cd33eed2908ddcd96300a1d2a..220861d7499a9fdd332adae42a9456a7ea20c00c 100644
--- a/src/value-serializer.h
+++ b/src/value-serializer.h
@@ -224,6 +224,7 @@ class ValueDeserializer {
Isolate* const isolate_;
const uint8_t* position_;
const uint8_t* const end_;
+ PretenureFlag pretenure_;
uint32_t version_ = 0;
uint32_t next_id_ = 0;
« no previous file with comments | « no previous file | src/value-serializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698