Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| =================================================================== |
| --- runtime/vm/compiler.cc (revision 23951) |
| +++ runtime/vm/compiler.cc (working copy) |
| @@ -515,9 +515,6 @@ |
| Code::Handle(function.unoptimized_code()).EntryPoint()); |
| } |
| - // If not yet present, allocate deoptimization history array. |
| - function.EnsureDeoptHistory(); |
| - |
| for (intptr_t i = 0; i < guarded_fields.length(); i++) { |
| const Field& field = *guarded_fields[i]; |
| field.RegisterDependentCode(code); |