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

Unified Diff: src/mark-compact.h

Issue 9323079: Enable non-incremental code compaction. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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
Index: src/mark-compact.h
diff --git a/src/mark-compact.h b/src/mark-compact.h
index 135f22043549e3ae34aed2cc437f895c6bcef0c8..9b7b8c2b82ba028e553763d8c405695865d52419 100644
--- a/src/mark-compact.h
+++ b/src/mark-compact.h
@@ -441,7 +441,7 @@ class MarkCompactCollector {
// Performs a global garbage collection.
void CollectGarbage();
- bool StartCompaction();
+ bool StartCompaction(bool incremental);
void AbortCompaction();

Powered by Google App Engine
This is Rietveld 408576698