[Webkit-unassigned] [Bug 101328] MIPS DFG implementation.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 5 23:23:41 PST 2013


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


Filip Pizlo <fpizlo at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #181319|review?                     |review-
               Flag|                            |




--- Comment #19 from Filip Pizlo <fpizlo at apple.com>  2013-01-05 23:25:38 PST ---
(From update of attachment 181319)
View in context: https://bugs.webkit.org/attachment.cgi?id=181319&action=review

> Source/JavaScriptCore/dfg/DFGCCallHelpers.h:963
> +#if CPU(MIPS)
> +    ALWAYS_INLINE void setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4)
> +    {
> +        poke(arg4, 4);
> +        setupArgumentsWithExecState(arg1, arg2, arg3);
> +    }
> +

Why is all of this behind CPU(MIPS)?  It looks identical to the normal NUMBER_OF_ARGUMENT_REGISTERS == 4 case. :-/

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