Chromium Code Reviews| Index: src/objects-printer.cc |
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
| index 52bbcd5aca8d34bc0f9ab48635f93a4b901d22a9..77685ed0010dbcf8e7cb54c331a6d44d5183b9f6 100644 |
| --- a/src/objects-printer.cc |
| +++ b/src/objects-printer.cc |
| @@ -750,6 +750,8 @@ void TypeFeedbackVector::TypeFeedbackVectorPrint(std::ostream& os) { // NOLINT |
| os << Code::ICState2String(nexus.StateFromFeedback()); |
| break; |
| } |
| + case FeedbackVectorSlotKind::INTERPRETER_BINARYOP_IC: |
| + case FeedbackVectorSlotKind::INTERPRETER_COMPARE_IC: |
|
mythria
2016/09/20 12:35:16
Would it be helpful to print the binary/compare op
mvstanton
2016/09/20 13:19:22
Absolutely, will do!
|
| case FeedbackVectorSlotKind::GENERAL: |
| break; |
| case FeedbackVectorSlotKind::INVALID: |