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

Unified Diff: src/mark-compact.h

Issue 6715028: Preserve marking bits across scavenges if incremental marker is running. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: fix review comments, add more tracing Created 9 years, 9 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/incremental-marking.cc ('k') | 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 ee7c9476c5a562d9435fd91fde6074a056d3b019..2a95db73ea4e68e3eb955267efb6f0de4ac06f7c 100644
--- a/src/mark-compact.h
+++ b/src/mark-compact.h
@@ -179,6 +179,7 @@ class MarkCompactCollector: public AllStatic {
sweep_precisely_ = ((flags & Heap::kMakeHeapIterableMask) != 0);
}
+ static bool PreciseSweepingRequired() { return sweep_precisely_; }
static void Initialize();
« no previous file with comments | « src/incremental-marking.cc ('k') | src/mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698