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

Unified Diff: include/v8.h

Issue 2065833003: Introduce EmbedderHeapTracer::EnterFinalPause() (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Move to a correct place Created 4 years, 6 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: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 59c42d792e1130223f640a6bc25d72026ef3792b..af21336007edc762bf81286d02f4550fc23bb0f3 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -5470,6 +5470,12 @@ class V8_EXPORT EmbedderHeapTracer {
virtual void TraceEpilogue() = 0;
/**
+ * Let embedder know v8 entered final marking pause (no more incremental steps
+ * will follow).
+ */
+ virtual void EnterFinalPause() {}
+
+ /**
* Throw away all intermediate data and reset to the initial state.
*/
virtual void AbortTracing() {}
« 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