| Index: src/interpreter/interpreter.cc
|
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc
|
| index 56bcc14332f83c2e6870fd824f21061ba01624d9..500a6ea7349ab082c6067d0d7b20946fb0e52f63 100644
|
| --- a/src/interpreter/interpreter.cc
|
| +++ b/src/interpreter/interpreter.cc
|
| @@ -92,7 +92,6 @@ bool Interpreter::MakeBytecode(CompilationInfo* info) {
|
| #endif // DEBUG
|
|
|
| BytecodeGenerator generator(info->isolate(), info->zone());
|
| - info->EnsureFeedbackVector();
|
| Handle<BytecodeArray> bytecodes = generator.MakeBytecode(info);
|
|
|
| if (generator.HasStackOverflow()) return false;
|
|
|