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

Unified Diff: src/mark-compact.h

Issue 12082101: Release evacuation candidates after parallel sweeper threads completed. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 10 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 7a328576508f092c228e72f77534cd4b7ffe03ff..a58c849614e9957be8cd64186392aded17c401cd 100644
--- a/src/mark-compact.h
+++ b/src/mark-compact.h
@@ -595,6 +595,7 @@ class MarkCompactCollector {
CONSERVATIVE,
LAZY_CONSERVATIVE,
PARALLEL_CONSERVATIVE,
+ CONCURRENT_CONSERVATIVE,
PRECISE
};
@@ -694,6 +695,8 @@ class MarkCompactCollector {
bool IsConcurrentSweepingInProgress();
+ void FinalizeSweeping();
+
// Parallel marking support.
void MarkInParallel();
@@ -707,6 +710,8 @@ class MarkCompactCollector {
void RemoveDeadInvalidatedCode();
void ProcessInvalidatedCode(ObjectVisitor* visitor);
+ void ReleaseEvacuationCandidates();
+
void StartSweeperThreads();
#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