[Webkit-unassigned] [Bug 111424] Use a bitfield instead of TextPosition to save bytes in CompactToken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 5 14:06:47 PST 2013


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





--- Comment #5 from Eric Seidel <eric at webkit.org>  2013-03-05 14:09:12 PST ---
(In reply to comment #4)
> Do we know that saving space in CompactHTMLToken is important?

We do not.  That data is a precursor to this work.  For example if we were to see a change from Tony's XSSInfo pointer removal we might be more exited about this change.

Since we process tokens in 1000 token chunks, this bug is about saving 8 bytes per token or 8k of memory per chunk.  It's not clear to me if that would be a win or not.

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