[Webkit-unassigned] [Bug 183786] Implement setupArgumentsImpl for ARM and MIPS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 00:17:58 PDT 2018


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

--- Comment #8 from Dominik Inführ <dinfuehr at igalia.com> ---
I've updated the patch. The patch now implements ARM (hardfp and softfp) and MIPS calling convention. x86 uses still its own `#if CPU(X86)`.

I didn't split the implementation of ARM & MIPS though since they are quite similar and only differ in one function. But instead of having those GPRInfo:: variables, I am now using #ifs in this function. Hope you like that better.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180328/5227fe18/attachment.html>


More information about the webkit-unassigned mailing list