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

Unified Diff: runtime/vm/version.h

Issue 2572423004: Reapply "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.h
diff --git a/runtime/vm/version.h b/runtime/vm/version.h
index 2acf205e5c482c2d86b217427bb7380503cd7c79..5f08dd332d75d33b03765af103275309a752bb23 100644
--- a/runtime/vm/version.h
+++ b/runtime/vm/version.h
@@ -13,10 +13,12 @@ class Version : public AllStatic {
public:
static const char* String();
static const char* SnapshotString();
+ static const char* CommitString();
private:
static const char* str_;
static const char* snapshot_hash_;
+ static const char* commit_;
};
} // namespace dart

Powered by Google App Engine
This is Rietveld 408576698