| Index: src/ia32/full-codegen-ia32.cc
|
| ===================================================================
|
| --- src/ia32/full-codegen-ia32.cc (revision 9822)
|
| +++ src/ia32/full-codegen-ia32.cc (working copy)
|
| @@ -2185,7 +2185,9 @@
|
| SetSourcePosition(expr->position());
|
|
|
| // Record call targets in unoptimized code, but not in the snapshot.
|
| - bool record_call_target = !Serializer::enabled();
|
| + // TODO(1789): Reenable temporarily disabled recording CallFunctionStub
|
| + // when the issue is fixed.
|
| + bool record_call_target = false && !Serializer::enabled();
|
| if (record_call_target) {
|
| flags = static_cast<CallFunctionFlags>(flags | RECORD_CALL_TARGET);
|
| }
|
|
|