[Webkit-unassigned] [Bug 44104] Refactor number parsing in the lexer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 17 15:11:39 PDT 2010


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





--- Comment #4 from Darin Adler <darin at apple.com>  2010-08-17 15:11:39 PST ---
(From update of attachment 64578)
> +        record8(m_current);

Seems a shame we have to do this just in case of the overflow. It would be nice to find a way to skip this in the fast path.

> +    int maximumDigits = !m_buffer8.size() ? 9 : -1;

This is a tricky line of code and needs a comment.

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