On Mon, May 26, 2014 at 10:37 PM, Ilya Kantor <[email protected]> wrote: > Hi Ben, > > Thanks for the reply. > > Will the code get further optimizations at run-time or --print-opt-code > gives the maximum optimization?
Once it's optimized, it's optimized. What can happen though is that a function first gets optimized, then deoptimized because one of the preconditions fails, then optimized again after some time when it's hot and stable (again). -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
