Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
| index c511c48678c0eb879c4ae6eaa6b78fe602a13efc..8239d04c28954d539032cf216dfaeb677a876ab2 100644 |
| --- a/runtime/vm/raw_object.h |
| +++ b/runtime/vm/raw_object.h |
| @@ -480,6 +480,7 @@ class RawClass : public RawObject { |
| RawObject** from() { return reinterpret_cast<RawObject**>(&ptr()->name_); } |
| RawString* name_; |
| + RawString* pretty_name_; |
|
Cutch
2014/05/02 20:16:21
Is the extra space worth the cost of regenerating
turnidge
2014/05/02 21:36:36
Changed the code to no longer cache this value.
|
| RawString* user_name_; |
| RawArray* functions_; |
| RawArray* fields_; |