[Webkit-unassigned] [Bug 57376] PreloadScanner should reuse tokens

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 12:18:35 PDT 2011


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





--- Comment #1 from Tony Gentilcore <tonyg at chromium.org>  2011-03-29 12:18:36 PST ---
I'm thinking of making a HTMLTokenSegmentedString class which subclasses the SegmentedString used by the parser and maintains a cache of tokens in the stream. The tokenizer can just return the next cache token if it exists and the htmltokensegmentedstring will drop its cache when anything is inserted into the string.

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