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

Unified Diff: runtime/vm/raw_object.h

Issue 109593003: Use a trail instead of a mark bit when processing recursive types in the VM (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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/raw_object.h
===================================================================
--- runtime/vm/raw_object.h (revision 31270)
+++ runtime/vm/raw_object.h (working copy)
@@ -1191,7 +1191,6 @@
RawObject** to() {
return reinterpret_cast<RawObject**>(&ptr()->type_);
}
- bool is_being_checked_; // Transient field, not snapshotted.
};
@@ -1225,7 +1224,6 @@
RawObject** to() {
return reinterpret_cast<RawObject**>(&ptr()->type_parameter_);
}
- bool is_being_checked_; // Transient field, not snapshotted.
};

Powered by Google App Engine
This is Rietveld 408576698