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

Unified Diff: src/heap/incremental-marking.h

Issue 1014263002: Allow compaction when incremental marking is on. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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/heap/incremental-marking.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/incremental-marking.h
diff --git a/src/heap/incremental-marking.h b/src/heap/incremental-marking.h
index 8ad12bc79f95065c3c30efbc1f0389e35135ce22..4bcb1b433e65e01ad4372b2216cf57950e738f17 100644
--- a/src/heap/incremental-marking.h
+++ b/src/heap/incremental-marking.h
@@ -62,9 +62,7 @@ class IncrementalMarking {
bool WasActivated();
- enum CompactionFlag { ALLOW_COMPACTION, PREVENT_COMPACTION };
-
- void Start(CompactionFlag flag = ALLOW_COMPACTION);
+ void Start();
void Stop();
@@ -203,7 +201,7 @@ class IncrementalMarking {
void ResetStepCounters();
- void StartMarking(CompactionFlag flag);
+ void StartMarking();
void ActivateIncrementalWriteBarrier(PagedSpace* space);
static void ActivateIncrementalWriteBarrier(NewSpace* space);
« no previous file with comments | « no previous file | src/heap/incremental-marking.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698