[webkit-dev] Arm conditional instructions support

2011-12-12 Thread vahagvahag

Hi!
I found that in
http://trac.webkit.org/browser/trunk/Source/JavaScriptCore/assembler/ARMAssembler.h
all functions were called with Condition cc=ALL parametr
Does it mean that SFX currently cannot support conditional execution?
-- 
View this message in context: 
http://old.nabble.com/Arm-conditional-instructions-support-tp32958547p32958547.html
Sent from the Webkit mailing list archive at Nabble.com.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] dump Assembler

2011-12-02 Thread vahagvahag

Hi.
How can I get native code of function cause I wanna disassemble it to see
generated assebler.
 I know that machine code goes trough AssemblerBuffer::executableCopy
function but can't figure out how to get machine code?
Is there any idea?
-- 
View this message in context: 
http://old.nabble.com/dump-Assembler-tp32905240p32905240.html
Sent from the Webkit mailing list archive at Nabble.com.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 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
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 squirrelfish, and tring to understand how can
do optimizations on it. But unfortantly i can't find usefull information
about squirrelfish(
So if you have any documentation about it can you please help me??
-- 
View this message in context: 
http://old.nabble.com/squirrefish-extreme-on-Arm.-tp32876913p32876949.html
Sent from the Webkit mailing list archive at Nabble.com.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[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 extreme is important
for me:)
 p.s
I download latest  code of webkit from offical site by svn and built it
under x86_64. In source code I didn't find any "squirrefish extreme" I think
that squirrefish extreme source code is in javaScriptCoe folder. Am I
right???
and if  no how I can compile webkit with squirrefish extreme 


-- 
View this message in context: 
http://old.nabble.com/squirrefish-extreme-on-Arm.-tp32876914p32876914.html
Sent from the Webkit mailing list archive at Nabble.com.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[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 extreme is important
for me:)
 p.s
I download latest  code of webkit from offical site by svn and built it
under x86_64. In source code I didn't find any "squirrefish extreme" I think
that squirrefish extreme source code is in javaScriptCoe folder. Am I
right???
and if  no how I can compile webkit with squirrefish extreme 


-- 
View this message in context: 
http://old.nabble.com/squirrefish-extreme-on-Arm.-tp32876913p32876913.html
Sent from the Webkit mailing list archive at Nabble.com.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev