[Webkit-unassigned] [Bug 90198] Port DFG JIT to traditional ARM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 4 02:45:23 PDT 2012


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





--- Comment #17 from Zoltan Herczeg <zherczeg at webkit.org>  2012-07-04 02:45:23 PST ---
> void transferReturnValueToReturnValueFPR()
> {
> #if thumb2
>      the thumb2 thingy
> #else if arm
>      the arm thingy
> #else
>      do thing
> #endif
> }

I am not sure I understand this, but I added two vmov-s to the traditional assemblers, which wraps the "arm thingy" and this way I could remove all ifdefs from the code.

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