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

Unified Diff: src/heap/gc-tracer.cc

Issue 1481953002: Move map retaining to finalization of incremental marking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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 | « src/heap/gc-tracer.h ('k') | src/heap/heap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/gc-tracer.cc
diff --git a/src/heap/gc-tracer.cc b/src/heap/gc-tracer.cc
index b5f944b0016f83b1899a75ec6f9b80b214470485..24901ddbd70e40ebdfc67b110b0db27f0036fe47 100644
--- a/src/heap/gc-tracer.cc
+++ b/src/heap/gc-tracer.cc
@@ -514,7 +514,6 @@ void GCTracer::PrintNVP() const {
"mark_prepcodeflush=%.1f "
"mark_root=%.1f "
"mark_topopt=%.1f "
- "mark_retainmaps=%.1f "
"mark_weakclosure=%.1f "
"mark_stringtable=%.1f "
"mark_weakrefs=%.1f "
@@ -585,7 +584,6 @@ void GCTracer::PrintNVP() const {
current_.scopes[Scope::MC_MARK_PREPARE_CODE_FLUSH],
current_.scopes[Scope::MC_MARK_ROOT],
current_.scopes[Scope::MC_MARK_TOPOPT],
- current_.scopes[Scope::MC_MARK_RETAIN_MAPS],
current_.scopes[Scope::MC_MARK_WEAK_CLOSURE],
current_.scopes[Scope::MC_MARK_STRING_TABLE],
current_.scopes[Scope::MC_MARK_WEAK_REFERENCES],
« no previous file with comments | « src/heap/gc-tracer.h ('k') | src/heap/heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698