[Webkit-unassigned] [Bug 43303] [Qt] Enable JIT on WinCE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 7 11:45:53 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43303





--- Comment #6 from Patrick R. Gansterer <paroga at paroga.com>  2010-08-07 11:45:52 PST ---
(In reply to comment #3)
> With this patch if I enable JIT manually I got lots of unresolved functions
There are "two steps" in the qt build. First: generate _all_ files Second: only _compile_ and link them.
This pach now only extends the generation part (changes only DerivedSources.pro).

A second patch is required to call armasm.exe with GeneratedJITStubs_MSVC.asm and then link the object file to the JavaScriptCore library.

At the moment you can add the asm file like WebCore/plugins/win/PaintHooks.asm (see WebCore.pro)

(In reply to comment #5)
> Since the WinCE port doesn't have a buildbot we won't know if this breaks the world.  But I leave that to you all to figure out.
I don't think that it will break anything, because it only add an additional generater.
buildbot for WinCE is an interessing topic: A few month ago I tried to run the JSC-test for the "native" WinCE port, but I had many problems with the current scripts. Do they support any sort of "cross-testing" (like cross-comiling ;-))? As far as I know all buildbots build and test on the same machine. Is that correct? (I can only cross-compile for WinCE)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list