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

Unified Diff: src/spaces.h

Issue 207613004: Do not left-trim arrays when concurrent sweeping is active. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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
« src/mark-compact.cc ('K') | « src/mark-compact.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/spaces.h
diff --git a/src/spaces.h b/src/spaces.h
index 770b88a9fba85e8ae8c37bee3880a63cf56a6f84..71a7a2b934862edcba7c7c9e0b06b36b8dc312d1 100644
--- a/src/spaces.h
+++ b/src/spaces.h
@@ -475,6 +475,7 @@ class MemoryChunk {
// sweeping must not be performed on that page.
enum ParallelSweepingState {
PARALLEL_SWEEPING_DONE,
+ PARALLEL_SWEEPING_FINALIZE,
Michael Starzinger 2014/03/24 12:21:35 Please add a comment explaining the semantics of t
Hannes Payer (out of office) 2014/03/25 11:41:08 Done.
PARALLEL_SWEEPING_IN_PROGRESS,
PARALLEL_SWEEPING_PENDING
};
« src/mark-compact.cc ('K') | « src/mark-compact.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698