Re: [webkit-dev] squirrefish extreme on Arm.

2011-11-29 Thread Gavin Barraclough
-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: > > H

Re: [webkit-dev] squirrefish extreme on Arm.

2011-11-29 Thread vahagvahag
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 t

Re: [webkit-dev] squirrefish extreme on Arm.

2011-11-26 Thread vahagvahag
Thank you a lot for this links, they are realy very helphull. -- View this message in context: http://old.nabble.com/squirrefish-extreme-on-Arm.-tp32876913p32877068.html Sent from the Webkit mailing list archive at Nabble.com. ___ webkit-dev mailing l

Re: [webkit-dev] squirrefish extreme on Arm.

2011-11-26 Thread Filip Pizlo
> but can I Cross-compile webkit on my x_64 machine so I can use it on my > armv7 machine?? Which port are you working on? Mac or other? > And I can't find any documentation about squirrelfish back-end, > optimizations passes and so on. > Currently I'm diong optimizations on Gcc compiler, and no

Re: [webkit-dev] squirrefish extreme on Arm.

2011-11-26 Thread vahagvahag
Thanks a lot for reply. but can I Cross-compile webkit on my x_64 machine so I can use it on my armv7 machine?? And I can't find any documentation about squirrelfish back-end, optimizations passes and so on. Currently I'm diong optimizations on Gcc compiler, and now I wanna to start developing sq

Re: [webkit-dev] squirrefish extreme on Arm.

2011-11-26 Thread Zoltan Herczeg
Hi, WebKit supports ARM and Thumb2 instructions sets (called ARMv7). You can find them here (or in your own source code): http://trac.webkit.org/browser/trunk/Source/JavaScriptCore/assembler SquirrelFish Extreme is just a codename for the JavaScript JIT compiler (and Nitro is another). The JIT c

[webkit-dev] squirrefish extreme on Arm.

2011-11-26 Thread vahagvahag
Hi all. I didn't find any documentation about porting squirrefish extreme on Arm. I tried to google it, and found some posts where said that there is squirrefish extreme on Arm, but I can't find source cod,or any documentation about it( Can anybody help me. Any information about squirrefish extr

[webkit-dev] squirrefish extreme on Arm.

2011-11-26 Thread vahagvahag
Hi all. I didn't find any documentation about porting squirrefish extreme on Arm. I tried to google it, and found some posts where said that there is squirrefish extreme on Arm, but I can't find source cod,or any documentation about it( Can anybody help me. Any information about squirrefish extr