Index: src/log.cc |
diff --git a/src/log.cc b/src/log.cc |
index 004d5176b12802d4497c551b510479f52dedbcd2..f2be02e1cec964f55554568613a3a974104a4fdb 100644 |
--- a/src/log.cc |
+++ b/src/log.cc |
@@ -1484,6 +1484,8 @@ void Logger::LogCodeObjects() { |
} |
void Logger::LogBytecodeHandlers() { |
+ if (!FLAG_ignition) return; |
+ |
const interpreter::OperandScale kOperandScales[] = { |
#define VALUE(Name, _) interpreter::OperandScale::k##Name, |
OPERAND_SCALE_LIST(VALUE) |