[Webkit-unassigned] [Bug 48060] Speed up op_jeq_null and op_jneq_null in JIT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 22 14:07:21 PDT 2010


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


Zoltan Herczeg <zherczeg at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zherczeg at webkit.org




--- Comment #4 from Zoltan Herczeg <zherczeg at webkit.org>  2010-10-22 14:07:20 PST ---
>         enum { Int32Tag =        0xffffffff };
>         enum { CellTag =         0xfffffffe };

If my memory seves my correctly a lot of code depend on these two constants.

Perhaps we can move "down" the "undefined" like constants to the end of the list.

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