Index: src/arm/full-codegen-arm.cc |
=================================================================== |
--- src/arm/full-codegen-arm.cc (revision 3711) |
+++ src/arm/full-codegen-arm.cc (working copy) |
@@ -1163,7 +1163,7 @@ |
if (lit != NULL && |
lit->name()->Equals(Heap::empty_string()) && |
loop_depth() == 0) { |
- lit->set_try_fast_codegen(true); |
+ lit->set_try_full_codegen(true); |
} |
VisitForValue(fun, kStack); |
// Load global receiver object. |