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

Unified Diff: src/heap/marking.h

Issue 2147693004: [heap] ObjectStats: Fix accounting for fixed array subtypes (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: More fixed array types Created 4 years, 5 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/heap/mark-compact.cc ('k') | src/heap/object-stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/marking.h
diff --git a/src/heap/marking.h b/src/heap/marking.h
index 32371c3f8daf6f4d70ec00fe759c58e2712bdc81..6acea526555682b98a2012ecac798c418170424e 100644
--- a/src/heap/marking.h
+++ b/src/heap/marking.h
@@ -273,7 +273,6 @@ class Marking : public AllStatic {
markbit.Next().Clear();
}
-#ifdef DEBUG
enum ObjectColor {
BLACK_OBJECT,
WHITE_OBJECT,
@@ -302,7 +301,6 @@ class Marking : public AllStatic {
UNREACHABLE();
return IMPOSSIBLE_COLOR;
}
-#endif
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(Marking);
« no previous file with comments | « src/heap/mark-compact.cc ('k') | src/heap/object-stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698