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

Unified Diff: runtime/vm/object.cc

Issue 2584613002: PATCH (not to be comitted): Support for printing instruction statistics
Patch Set: Fixed polymorphic call inside try, added more tags for remaining unknown code Created 4 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 | « runtime/vm/object.h ('k') | runtime/vm/precompiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index ba603999d80e122a4dd3d688ef6b5c3ab92f08d8..aa803ec95a7dbed0bd9ea9f7637f35b358bb583c 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -14088,6 +14088,7 @@ RawCode* Code::New(intptr_t pointer_offsets_length) {
result.set_comments(Comments::New(0));
result.set_compile_timestamp(0);
result.set_pc_descriptors(Object::empty_descriptors());
+ result.set_stats(NULL);
}
return result.raw();
}
« no previous file with comments | « runtime/vm/object.h ('k') | runtime/vm/precompiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698