Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 14704) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -925,6 +925,7 @@ |
| } |
| intptr_t deopt_id_; // Deoptimization id corresponding to this IC. |
| intptr_t num_args_tested_; // Number of arguments tested in IC. |
| + intptr_t deopt_reason_; // Last deoptimization reason. |
|
srdjan
2012/11/08 21:37:27
uint8_t
Florian Schneider
2012/11/08 22:03:00
Done.
|
| }; |
| @@ -934,7 +935,6 @@ |
| }; |
| - |
| class RawError : public RawObject { |
| RAW_HEAP_OBJECT_IMPLEMENTATION(Error); |
| }; |