Paint the tree green after r22666.
R=ishell@chromium.org Review URL: https://codereview.chromium.org/428903002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22669 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
6980c4277c
commit
b8b8cbf26d
@ -1373,6 +1373,7 @@ Handle<JSFunction> Factory::NewFunctionFromSharedFunctionInfo(
|
||||
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() &&
|
||||
|
Loading…
Reference in New Issue
Block a user