| Index: src/objects.cc
|
| diff --git a/src/objects.cc b/src/objects.cc
|
| index 014bfecbeef74eb07813a0605d7d07bd97d24763..b092d8d67c6d0b62a48dc04abb1a0132e109bafd 100644
|
| --- a/src/objects.cc
|
| +++ b/src/objects.cc
|
| @@ -8564,10 +8564,12 @@ void Code::Disassemble(const char* name, FILE* out) {
|
| }
|
| PrintF(out, "\n");
|
| }
|
| +#ifdef OBJECT_PRINT
|
| if (!type_feedback_info()->IsUndefined()) {
|
| TypeFeedbackInfo::cast(type_feedback_info())->TypeFeedbackInfoPrint(out);
|
| PrintF(out, "\n");
|
| }
|
| +#endif
|
| }
|
|
|
| PrintF("RelocInfo (size = %d)\n", relocation_size());
|
|
|