[Webkit-unassigned] [Bug 34953] Implement DEFINE_STUB_FUNCTION for WinCE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 19 07:53:13 PST 2010


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





--- Comment #3 from Patrick R. Gansterer <paroga at paroga.com>  2010-02-19 07:53:13 PST ---
(In reply to comment #2)
> In general, change looks good to me, but I'd like to understand how the
> generated GeneratedJITStubs_MSVC.asm gets included in the build system ? 
> 
> For RVCT "GeneratedJITStubs_RVCT.h" gets included in explicitly in
> JITStubs.cpp.

The MS assembler (armasm) must compile this file.

One possibility is to compile this file as it is and only link the generated
object file.
The other way is to include it into the (yet missing) assembler file for the
trampolines (ctiTrampoline, ctiVMThrowTrampoline, ctiOpThrowNotCaught).

-- 
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