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

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

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 | « no previous file | src/heap/gc-tracer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/gc-tracer.h
diff --git a/src/heap/gc-tracer.h b/src/heap/gc-tracer.h
index a3d2320b772db46b9e3db0dd5e3e6d4c3b6ae696..4b4820f2a0dc9a9de741e3da6ba6996ac292b31a 100644
--- a/src/heap/gc-tracer.h
+++ b/src/heap/gc-tracer.h
@@ -103,7 +103,6 @@ class GCTracer {
MC_MARK_PREPARE_CODE_FLUSH,
MC_MARK_ROOT,
MC_MARK_TOPOPT,
- MC_MARK_RETAIN_MAPS,
MC_MARK_WEAK_CLOSURE,
MC_MARK_STRING_TABLE,
MC_MARK_WEAK_REFERENCES,
« no previous file with comments | « no previous file | src/heap/gc-tracer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698