[Webkit-unassigned] [Bug 71373] Enable the DFG JIT on x86-64 Linux platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 23:40:05 PST 2011


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





--- Comment #30 from Filip Pizlo <fpizlo at apple.com>  2011-11-09 23:40:05 PST ---
(In reply to comment #29)
> > No.  The first check is BelowOrEqual, which is an unsigned comparison.  The second check is GreaterThan, which is a signed comparison.
> > 
> > The tooBig branch should be linked to this line:
> > 
> >         m_jit.move(TrustedImm32(255), scratchReg);
> 
> Oh, Intel naming convection: Below/Above unsigned, Greater/Less signed. Perhaps we should change these names to something less confusing.

Suggestions?

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