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

Unified Diff: runtime/vm/tags.h

Issue 293963008: Make compilation VM tags more fine grained (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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
« runtime/vm/object.cc ('K') | « runtime/vm/scanner.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/tags.h
diff --git a/runtime/vm/tags.h b/runtime/vm/tags.h
index 5d5394c1251027c46570200e0656202163450096..d8644b9272ca77276d50074d1deb05d302d576bb 100644
--- a/runtime/vm/tags.h
+++ b/runtime/vm/tags.h
@@ -16,7 +16,10 @@ class RuntimeEntry;
#define VM_TAG_LIST(V) \
V(Idle) \
V(VM) /* Catch all */ \
- V(Compile) \
+ V(CompileOptimized) \
+ V(CompileUnoptimized) \
+ V(CompileTopLevel) \
+ V(CompileScanner) \
V(Script) \
V(GCNewSpace) \
V(GCOldSpace) \
« runtime/vm/object.cc ('K') | « runtime/vm/scanner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698