[Webkit-unassigned] [Bug 65325] Performance tweak to parseInt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 28 10:34:41 PDT 2011


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


Darin Adler <darin at apple.com> changed:

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




--- Comment #2 from Darin Adler <darin at apple.com>  2011-07-28 10:34:41 PST ---
Shouldn’t it be <= INT_MAX rather than < INT_MAX? Should we be using a constant instead of INT_MAX? Could we use unsigned instead of int to cover a slightly larger range?

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