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

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

Issue 1488593003: Optimize clearing of map transitions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: base 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') | src/heap/mark-compact.cc » ('J')
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 7e7e4b5ce4644a6327efd467460e3186a37aa096..a993f561f36cc8e8ca7384df6285edb7c7cd0e21 100644
--- a/src/heap/gc-tracer.h
+++ b/src/heap/gc-tracer.h
@@ -130,10 +130,10 @@ class GCTracer {
MC_WEAKCOLLECTION_PROCESS,
MC_WEAKCOLLECTION_CLEAR,
MC_WEAKCOLLECTION_ABORT,
- MC_WEAKCELL,
- MC_EXTRACT_DEPENDENT_CODE,
- MC_NONLIVEREFERENCES,
- MC_DEOPT_DEPENDENT_CODE,
+ MC_CLEAR,
+ MC_CLEAR_WEAKCELL,
+ MC_CLEAR_MAP,
+ MC_CLEAR_DEPENDENT_CODE,
Hannes Payer (out of office) 2015/12/08 14:19:41 at one point we should create an alphabetic order
ulan 2015/12/08 16:25:04 Acknowledged.
MC_FLUSH_CODE,
SCAVENGER_CODE_FLUSH_CANDIDATES,
SCAVENGER_OBJECT_GROUPS,
« no previous file with comments | « no previous file | src/heap/gc-tracer.cc » ('j') | src/heap/mark-compact.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698