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

Unified Diff: runtime/vm/scanner.cc

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
Index: runtime/vm/scanner.cc
diff --git a/runtime/vm/scanner.cc b/runtime/vm/scanner.cc
index ceef56d84b7846132fd4020fbe244b24bba1af34..3e733d0190e750cee9462124b72288ed136e6c0d 100644
--- a/runtime/vm/scanner.cc
+++ b/runtime/vm/scanner.cc
@@ -860,6 +860,7 @@ void Scanner::Scan() {
void Scanner::ScanAll(GrowableTokenStream* token_stream) {
Reset();
+ VMTagScope(Isolate::Current(), VMTag::kCompileScannerTagId);
do {
Scan();
« runtime/vm/object.cc ('K') | « runtime/vm/parser.cc ('k') | runtime/vm/tags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698