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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 4 12:42:34 PDT 2012


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





--- Comment #18 from Filip Pizlo <fpizlo at apple.com>  2012-07-04 12:42:34 PST ---
(In reply to comment #17)
> > 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.

Argh, sorry, I got confused by context.  Never mind.

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