Revision: 22669
Author:   [email protected]
Date:     Tue Jul 29 12:57:25 2014 UTC
Log:      Paint the tree green after r22666.

[email protected]

Review URL: https://codereview.chromium.org/428903002
http://code.google.com/p/v8/source/detail?r=22669

Modified:
 /branches/bleeding_edge/src/factory.cc

=======================================
--- /branches/bleeding_edge/src/factory.cc      Tue Jul 29 11:41:42 2014 UTC
+++ /branches/bleeding_edge/src/factory.cc      Tue Jul 29 12:57:25 2014 UTC
@@ -1373,6 +1373,7 @@
   if (isolate()->use_crankshaft() &&
       FLAG_always_opt &&
       result->is_compiled() &&
+      !info->is_toplevel() &&
       // TODO(mstarzinger): Extend to optimization of builtin code.
       !isolate()->bootstrapper()->IsActive() &&
       info->allows_lazy_compilation() &&

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to