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

Unified Diff: runtime/vm/raw_object.h

Issue 194813008: Add compile timestamp to Code (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/object.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/raw_object.h
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
index 29ffb67aa167e2a9f8f97f1a75128ef78b03da28..01b343be5c7d6a8c27c1f2d24490b4581ef4b938 100644
--- a/runtime/vm/raw_object.h
+++ b/runtime/vm/raw_object.h
@@ -834,6 +834,8 @@ class RawCode : public RawObject {
return reinterpret_cast<RawObject**>(&ptr()->comments_);
}
+ // Compilation timestamp.
+ int64_t compile_timestamp_;
intptr_t pointer_offsets_length_;
// Alive: If true, the embedded object pointers will be visited during GC.
// This field cannot be shorter because of alignment issues on x64
« runtime/vm/object.cc ('K') | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698