-d should work fine on ARM - check your build settings, is any #ifndef NDEBUG code getting built? In addition there are a set of switches in dfg/DFGCommon.h that include ones to enable further dumping of the intermediate representation.
G. On Nov 29, 2011, at 2:51 AM, vahagvahag wrote: > > Hi all. I have been studing about squirrefish extreme for last several days > but can't find answers to several quations I need. > 1. How can I dump compiling process? For instanance in GCC I can compile > with -da -fdump_tree_all and then get all passes up to assembler generation. > So is there any way to do the same on squirrefish extreme ? I wanna to see > which optimizations are works in each state. > And finaly how can I get bytecode from my source. I built webkitv with > --debug option and tried to run ./jsc-3 sunspider -d, but it didn't give > bytecode > > > > > -- > View this message in context: > http://old.nabble.com/squirrefish-extreme-on-Arm.-tp32876913p32880353.html > Sent from the Webkit mailing list archive at Nabble.com. > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

