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

Unified Diff: src/mark-compact.h

Issue 12499004: Unlink evacuation candidates from list of pages before starting sweeper threads. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 | « no previous file | src/mark-compact.cc » ('j') | src/mark-compact.cc » ('J')
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 65d39d252f897b90ea8ab46028f5db726f3878f0..2172c3ee15761179483750cd7cff1ce5de0fafdc 100644
--- a/src/mark-compact.h
+++ b/src/mark-compact.h
@@ -714,6 +714,7 @@ class MarkCompactCollector {
void ProcessInvalidatedCode(ObjectVisitor* visitor);
void ReleaseEvacuationCandidates();
+ void UnlinkEvacuationCandidates();
Michael Starzinger 2013/03/08 12:52:06 Can we move that up one line because that's the na
Hannes Payer (out of office) 2013/03/08 14:02:30 Done.
void StartSweeperThreads();
« no previous file with comments | « no previous file | src/mark-compact.cc » ('j') | src/mark-compact.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698