Hi İsmail,
I’ve tried to get JIT working a couple of times on our wince build but with limited success. There’s some strangeness going on with the crossover of arguments from the wince compiler toolchain through to the JIT code (probably with the stack frame or something like that). My debug builds seem to run more reliably (it does crash as well eventually) but as soon as I try this same thing on a release build it blows up pretty quickly in the JITted code; the crashes are rather non-deterministic. I’m suspicious that ctiTrampoline needs some modifications that I haven’t been able to determine for it to work reliably on wince. Jason. From: [email protected] [mailto:[email protected]] On Behalf Of Ismail Dönmez Sent: Friday, December 11, 2009 12:28 AM To: [email protected] Subject: [webkit-dev] JIT on Windows CE Hi all; I wonder if anyone is working on JIT support for Windows CE. I know the platform has lots of limitations but still I guess someone might be interested on running JIT. Regards, i.d.
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

