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

[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