Index: src/ia32/full-codegen-ia32.cc |
diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc |
index 6d452fdfd0d5515a7c3df32ec5d75311ad75ba7a..97949f75bc916e98f57e9de49311fedbd99696ea 100644 |
--- a/src/ia32/full-codegen-ia32.cc |
+++ b/src/ia32/full-codegen-ia32.cc |
@@ -2268,15 +2268,6 @@ void FullCodeGenerator::VisitCall(Call* expr) { |
} |
} |
} else { |
- // Call to some other expression. If the expression is an anonymous |
- // function literal not called in a loop, mark it as one that should |
- // also use the full code generator. |
- FunctionLiteral* lit = fun->AsFunctionLiteral(); |
- if (lit != NULL && |
- lit->name()->Equals(isolate()->heap()->empty_string()) && |
- loop_depth() == 0) { |
- lit->set_try_full_codegen(true); |
- } |
{ PreservePositionScope scope(masm()->positions_recorder()); |
VisitForStackValue(fun); |
} |