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

Unified Diff: runtime/vm/version_in.cc

Issue 2562693003: Save and restore feedback from JIT. (Closed)
Patch Set: . 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
Index: runtime/vm/version_in.cc
diff --git a/runtime/vm/version_in.cc b/runtime/vm/version_in.cc
index d19631078e11f4283de2842c6c7e91e1b5bb44f3..1857ce9b40cb232df17c37b7c4119c3d5b9ed0a8 100644
--- a/runtime/vm/version_in.cc
+++ b/runtime/vm/version_in.cc
@@ -26,7 +26,13 @@ const char* Version::SnapshotString() {
return snapshot_hash_;
}
+
+const char* Version::CommitString() {
+ return commit_;
+}
+
const char* Version::snapshot_hash_ = "{{SNAPSHOT_HASH}}";
const char* Version::str_ = "{{VERSION_STR}} ({{BUILD_TIME}})";
+const char* Version::commit_ = "{{VERSION_STR}}";
} // namespace dart

Powered by Google App Engine
This is Rietveld 408576698