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

Unified Diff: src/heap/mark-compact.h

Issue 1134743002: If marking deque allocation fails, try to make do with a smaller one (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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/mark-compact.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/mark-compact.h
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
index 03fd45a332d53698f5e26d007007dcc47e6eae23..322965decdd4e6d57a403f152c85ab8a07c26c16 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -704,7 +704,7 @@ class MarkCompactCollector {
MarkingDeque* marking_deque() { return &marking_deque_; }
- void EnsureMarkingDequeIsCommittedAndInitialize();
+ void EnsureMarkingDequeIsCommittedAndInitialize(size_t max_size = 4 * MB);
void InitializeMarkingDeque();
« no previous file with comments | « no previous file | src/heap/mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698