Re: [v8-users] CFG

2018-03-16 Thread Jakob Kummerow
V8's new optimizing compiler, Turbofan, is not a CFG-based compiler.
--trace-turbo-scheduled is probably the closest equivalent it has to
dumping a CFG. You can also look at the other --trace-turbo* flags to see
if any of them suits your needs better.

On Fri, Mar 16, 2018 at 5:27 AM Thierry Sans  wrote:

> Hi,
>
> With v8, is it possible to compile *(but not execute) and dump the CFG
> (Control Flow Graph)? I know it was possible before with Hydrogen.
>
> Thanks.
>
>
> --
> --
> 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.


[v8-users] CFG

2018-03-16 Thread Thierry Sans
Hi,

With v8, is it possible to compile *(but not execute) and dump the CFG 
(Control Flow Graph)? I know it was possible before with Hydrogen. 

Thanks. 


-- 
-- 
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.