Chromium Code Reviews| Index: vm/object.cc |
| =================================================================== |
| --- vm/object.cc (revision 2344) |
| +++ vm/object.cc (working copy) |
| @@ -5041,6 +5041,7 @@ |
| } |
| // The value needs to be added to the list. Grow the list if |
| // it is full. |
| + // TODO(srdjan): Copy instance into old space if canonicalized? |
| if (index == constants_len) { |
| const intptr_t kInitialConstLength = 4; |
| const intptr_t old_length = constants.Length(); |