Chromium Code Reviews

Unified Diff: src/heap/heap.h

Issue 2592393003: Revert of Reland "[heap] Ensure progress when incrementally marking wrappers" (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/heap/embedder-tracing.cc ('k') | src/heap/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index c7212cea0aa76a7b23d126af94470568a313521a..6e5d788bd1d3644b0d0deb13a8f117ab63c91c42 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -1627,6 +1627,10 @@
return current_gc_flags_ & kFinalizeIncrementalMarkingMask;
}
+ // Checks whether both, the internal marking deque, and the embedder provided
+ // one are empty. Avoid in fast path as it potentially calls through the API.
+ bool MarkingDequesAreEmpty();
+
void PreprocessStackTraces();
// Checks whether a global GC is necessary
« no previous file with comments | « src/heap/embedder-tracing.cc ('k') | src/heap/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine