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

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

Issue 894703002: Add a flag to over approximate the weak closure during GC (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 11 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/heap/mark-compact.h
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
index 361f3a6377392022e69931832f2ee8ec6962d91d..f9f6dfe17164cbed72527f40b72460a4067f8686 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -667,6 +667,8 @@ class MarkCompactCollector {
void UncommitMarkingDeque();
+ void OverApproximateWeakClosure();
+
private:
class SweeperTask;

Powered by Google App Engine
This is Rietveld 408576698