Reviewers: rmcilroy, ulan,
Message:
[email protected], [email protected]: PTAL
Thanks
Description:
Remove GC metadata of code object before serializing.
Follow up on discussion of https://codereview.chromium.org/1310503006/
BUG=
LOG=N
Please review this at https://codereview.chromium.org/1313953008/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1, -0 lines):
M src/objects-inl.h
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);
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.