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

Unified Diff: src/objects-inl.h

Issue 1313953008: Remove GC metadata of code object before serializing. (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. 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 | 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 bbcca262f0d5189ff63282222e9915d32f395b2d..ce8cfe745e845b440fcb33b26a6df00c43a42e01 100644
--- a/src/objects-inl.h
+++ b/src/objects-inl.h
@@ -6426,6 +6426,7 @@ void Code::WipeOutHeader() {
WRITE_FIELD(this, kTypeFeedbackInfoOffset, NULL);
}
WRITE_FIELD(this, kNextCodeLinkOffset, NULL);
+ WRITE_FIELD(this, kGCMetadataOffset, NULL);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698