Re: [webkit-dev] [webkit-help] [squirrelfish-dev] How to debug the JIT when it crash

2013-03-04 Thread talking1239
know how to debug it. I try to print all the emitted instructions, but it is too many for me to analyze, after the instructions were emitted, the instruction will be repatch or relink, so anybody can give me some suggestion for how to debug it. Thanks. From: talking1239+caf_

[webkit-dev] [webkit-help] [squirrelfish-dev] How to debug the JIT when it crash

2013-03-04 Thread talking1239
Hi All, apologies for the spam. right now I am trying to fix the jit crash bug, but I don't know how to start it, can anyone give me some suggestion? when javascript engine run some special test case, it will run crash. I have print all the emited instructions, but the instructions will be rep

Re: [webkit-dev] [squirrelfish] [webkit-help] Optimize Property Access failed

2012-08-08 Thread talking1239
My webkkit version 60* and many custom features are verified, so it is hard to update it. But after check the Changlog, i find that GC is related with JIT Infrastructure and ARCH code. -- BGs/Felix Shi At 2012-08-09 07:36:16,"Filip Pizlo" wrote: The existence of the enable flag you mentio

[webkit-dev] Not authorized to access Bugzillia

2012-08-08 Thread talking1239
When I try to access https://bugs.webkit.org/show_bug.cgi?id=41482, it show me follow information, so if I want to check some bug, it need send an email for request to grant the permissions? "You are not authorized to access bug #41482." -- BGs/Felix Shi ___

[webkit-dev] Optimize Property Access failed

2012-08-08 Thread talking1239
When i try to access https://bugs.webkit.org/show_bug.cgi?id=41482, it show me follow information, so if I want to check some bug, it need send an email for request to grant the permissions? "You are not authorized to access bug #41482." -- BGs/Felix Shi _

[webkit-dev] Optimize Property Access failed

2012-08-08 Thread talking1239
Hi I enable ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS feature and find that it will crash when go back the home page after run follow test case, I think it is caused by the optimize propery access, so anyone know that it is caused by the arch related code or jit Infrastructure code? and if i disable

Re: [webkit-dev] How to download the patch and apply it to git

2012-08-05 Thread talking1239
Thanks. I want to know if exist an way to convert the git patch format to svn patch format? -- BGs/Felix Shi At 2012-08-06 14:04:28,"Andy Estes" wrote: It looks like everything but the ChangeLog was patched cleanly, so you should be fine. You can do a sanity check by typing 'git diff' and

Re: [webkit-dev] How to download the patch and apply it to git

2012-08-05 Thread talking1239
I use patch -p1 < "patch file" and it show me as follow inforamtion, so if I need to manual modify the patch file? $ patch -p1 < "D:\study\jit.patch" patching file `ChangeLog' Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to ChangeLog.rej patching file `configure.ac' Hunk #1 suc

Re: [webkit-dev] How to download the patch and apply it to git

2012-08-05 Thread talking1239
I use follow command "patch -p0 D:\work\bsquare-code\jit.patch" in the git -bash, but it no response. -- BGs/Felix Shi At 2012-08-06 13:19:26,"Ryosuke Niwa" wrote: https://bug-44329-attachments.webkit.org/attachment.cgi?id=76514 On Sun, Aug 5, 2012 at 10:15 PM, wrote: But for the patch f

Re: [webkit-dev] How to download the patch and apply it to git

2012-08-05 Thread talking1239
But for the patch file, how can i download it. like download patch file from this url 'https://bugs.webkit.org/attachment.cgi?id=76514&action=edit"; -- BGs/Felix Shi At 2012-08-06 13:12:01,"Ryosuke Niwa" wrote: If you can't run webkit-patch, then you can do: patch -p0 On Sun, Aug 5, 2012

Re: [webkit-dev] How to download the patch and apply it to git

2012-08-05 Thread talking1239
But in the windows platform, how to execute the webkit-patch. -- BGs/Felix Shi At 2012-08-06 12:59:54,"Ryosuke Niwa" wrote: webkit-patch apply-from-bug or webkit-patch apply-attachment will do. On Sun, Aug 5, 2012 at 9:57 PM, wrote: Hi I want to apply an patch to my git code, but i

[webkit-dev] How to download the patch and apply it to git

2012-08-05 Thread talking1239
Hi I want to apply an patch to my git code, but i don't know how to download and apply it. Any help explaining this would be much appreciated! this is one of patch https://bugs.webkit.org/attachment.cgi -- BGs/Felix Shi ___ webkit-dev mailing li

Re: [webkit-dev] Question about Floating-point operations base SH4 JIT

2012-08-02 Thread talking1239
Firstly, Thanks for your help. I find that describe() function was call only in the Interpreter::dumpRegisters function, and dumpCallFrame will call the dumpRegisters , but i cann't find the place that call the dumpCallFrame . -- BGs/Felix Shi At 2012-08-02 15:06:38,"Filip Pizlo" wrote:

Re: [webkit-dev] Question about Floating-point operations base SH4 JIT

2012-08-02 Thread talking1239
My platform use the little-endian. -- BGs/Felix Shi At 2012-08-02 14:51:48,"Filip Pizlo" wrote: What is the endianness of your platform? I think that the big endian code in JavaScriptCore may have rotted. This smells to me like the tag and payload getting flipped around, which might h

[webkit-dev] Question about Floating-point operations base SH4 JIT

2012-08-01 Thread talking1239
Hi, I have test with follow case, and cann't get correct reslut. I find that Floating-point operations is error, and I don't know where shold start to fixed this question. so if anybody can give some information for which function i should to check. Any help explaining this would be much app