Yes.

On Wed, Oct 7, 2015 at 10:19 AM, Ignacio Queralt <nachoquer...@gmail.com>
wrote:

> Hi everybody,
> I was using the d8 with the flag --trace_opt to see the optimizations of
> the v8 (running in the d8), and I came up with the idea of using print
> statements in the code (which I believe is the standard output), to check
> the execution of the program as well in the terminal. This way I can get
> more information about the code.
> In the final output of the program, I have the optimizations performed by
> the d8, and also, the outputs of the print statements. My question is, is
> the whole output correctly sorted? i.e., if there's a log of an
> optimization performed before a print statement, does this mean that the
> optimization happens before the print statement?
> Thanks for your help,
> Ignacio.
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> 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 v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to