Chromium Code Reviews

Unified Diff: src/objects-inl.h

Issue 1310503006: Remove code link from serialization state. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects-inl.h
diff --git a/src/objects-inl.h b/src/objects-inl.h
index 5b3c38e1e2958326a9ecff327c2f7f7227430b88..fb574619608153f221f7cdccbb80ffd4199a94b0 100644
--- a/src/objects-inl.h
+++ b/src/objects-inl.h
@@ -6417,6 +6417,7 @@ void Code::WipeOutHeader() {
if (!READ_FIELD(this, kTypeFeedbackInfoOffset)->IsSmi()) {
WRITE_FIELD(this, kTypeFeedbackInfoOffset, NULL);
}
+ WRITE_FIELD(this, kNextCodeLinkOffset, NULL);
rmcilroy 2015/09/02 12:33:52 +hpayer Should we also wipeout kGCMetadataOffset
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine