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

Unified Diff: src/incremental-marking.h

Issue 8230018: Fix free list node ending up on evacuation candidate. (Closed) Base URL: https://v8.googlecode.com/svn/tags/3.6.6
Patch Set: Created 9 years, 2 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/incremental-marking.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/incremental-marking.h
diff --git a/src/incremental-marking.h b/src/incremental-marking.h
index 30dbbc1605c7c5415767101469cc1f55c2d504ef..b47ae3896d0063e3fa53a041d6225c66e39cf6d7 100644
--- a/src/incremental-marking.h
+++ b/src/incremental-marking.h
@@ -206,7 +206,7 @@ class IncrementalMarking {
void ResetStepCounters();
- void StartMarking();
+ void StartMarking(bool allow_compaction);
void ActivateIncrementalWriteBarrier(PagedSpace* space);
static void ActivateIncrementalWriteBarrier(NewSpace* space);
« no previous file with comments | « no previous file | src/incremental-marking.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698