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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 01:51:25 PDT 2010


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





--- Comment #12 from Patrick R. Gansterer <paroga at paroga.com>  2010-03-25 01:51:24 PST ---
(In reply to comment #11)
> (From update of attachment 50583 [details])
> Given the goal of this appears to be to code that can be stripped out and
> turned into an asm file, why don't we just have an asm file?

Because the asm file from "cti_#op#" functions need a "header" for at least the
AREA, and because the JSVALUE32_64 and !JSVALUE32_64 code is nearly the same.
If you prefere a seperate asm file it's also ok: How to name it?
JITTrampoline_ARM32.asm and JITTrampoline_ARM64.asm. (The differ only in two
lines)

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