On Wed, Jun 19, 2013 at 10:08 AM, QingHai Hu <[email protected]> wrote: > I get the newest code from the github of v8, but when I want to test v8 with > using out/ia32release/shell --print_ast mytest.js , the terminal tells me > unknown flag --print_ast. And I make the out/ia32release/shell --help to > list all the options, I really do not find the option "--print_ast". So , I > want to know whether the newest version does not have the option??
It's only available in debug versions, i.e. `make ia32.debug`. -- -- 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/groups/opt_out.
