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

Unified Diff: src/mark-compact.h

Issue 7784001: Add specialized sweeper for cell and map space. Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Remove obsolete printf used for debugging. Created 9 years, 4 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 | src/mark-compact.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mark-compact.h
diff --git a/src/mark-compact.h b/src/mark-compact.h
index 6b5d4c9e182a4a5bfb1ba24fe101056db19a7182..294c8d93b795ecbb8daa5fa05294daa29ef524df 100644
--- a/src/mark-compact.h
+++ b/src/mark-compact.h
@@ -437,7 +437,9 @@ class MarkCompactCollector {
enum SweeperType {
CONSERVATIVE,
LAZY_CONSERVATIVE,
- PRECISE
+ PRECISE,
+ PRECISE_CELLS,
+ PRECISE_MAPS
};
#ifdef DEBUG
« no previous file with comments | « no previous file | src/mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698