[Webkit-unassigned] [Bug 39151] Incorrect codegen for slowcase of < in 64-bit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 15 12:03:38 PDT 2010


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


Maciej Stachowiak <mjs at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjs at apple.com




--- Comment #3 from Maciej Stachowiak <mjs at apple.com>  2010-05-15 12:03:38 PST ---
(In reply to comment #2)

> 
> Is it really correct for emitSlow_op_jnless to call cti_op_jless?  I’d have expected it to call cti_op_jnless.

Yes, it's correct, there is no cti_op_jnless. The following branch reverses the sense of the comparison.

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