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

Unified Diff: src/spaces.h

Issue 7983045: Notify collector about lazily deoptimized code objects. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: fix naming Created 9 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
Index: src/spaces.h
diff --git a/src/spaces.h b/src/spaces.h
index 0180f8b5e9442e508a097e22597a39ab253b78d4..347cad60bde5afda1a860a5688a8c6665cb8f04c 100644
--- a/src/spaces.h
+++ b/src/spaces.h
@@ -187,7 +187,7 @@ class Bitmap {
}
static int SizeFor(int cells_count) {
- return sizeof(MarkBit::CellType)*cells_count;
+ return sizeof(MarkBit::CellType) * cells_count;
}
INLINE(static uint32_t IndexToCell(uint32_t index)) {
« src/mark-compact.cc ('K') | « src/mark-compact.cc ('k') | src/x64/deoptimizer-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698