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

Unified Diff: src/mark-compact.h

Issue 12708003: Wait in heap tests for active concurrent 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 | test/cctest/test-heap.cc » ('j') | test/cctest/test-heap.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 b4199a3f570fd8f2c5316d245d58934b64e4bce1..5920fbda7e19944a6ee59447fd4445559e331aff 100644
--- a/src/mark-compact.h
+++ b/src/mark-compact.h
@@ -698,6 +698,10 @@ class MarkCompactCollector {
return sequential_sweeping_;
}
+ bool sweeping_pending() const {
Michael Starzinger 2013/03/11 09:50:26 Drop this in favor of IsConcurrentSweepingInProgre
Hannes Payer (out of office) 2013/03/11 10:14:52 Done.
+ return sweeping_pending_;
+ }
+
// Parallel marking support.
void MarkInParallel();
« no previous file with comments | « no previous file | test/cctest/test-heap.cc » ('j') | test/cctest/test-heap.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698