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

Unified Diff: src/objects-debug.cc

Issue 1150953002: Generalize HeapObject alignment requirements. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
« no previous file with comments | « src/objects.h ('k') | src/objects-inl.h » ('j') | src/snapshot/serialize.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects-debug.cc
diff --git a/src/objects-debug.cc b/src/objects-debug.cc
index a4c58244ef417818a754bd998ac4919c7b6ce74e..98b0aa5e65ae184ed11fd2701b2b4a21f9df7a04 100644
--- a/src/objects-debug.cc
+++ b/src/objects-debug.cc
@@ -48,7 +48,7 @@ void HeapObject::HeapObjectVerify() {
}
// TODO(yangguo): Use this check once crbug/436911 has been fixed.
Hannes Payer (out of office) 2015/05/21 09:53:31 That should be fixed now, we can remove the uncomm
bbudge 2015/05/21 10:02:07 Great, Done.
- // DCHECK(!NeedsToEnsureDoubleAlignment() ||
+ // DCHECK(RequiredAlignment() != kDoubleAlignment ||
// IsAligned(OffsetFrom(address()), kDoubleAlignment));
switch (instance_type) {
« no previous file with comments | « src/objects.h ('k') | src/objects-inl.h » ('j') | src/snapshot/serialize.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698