[Webkit-unassigned] [Bug 26316] 100% CPU hang for several seconds on large file syntax highlight.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 12 15:28:42 PDT 2009


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





--- Comment #11 from Patrick Mueller <pmuellr at yahoo.com>  2009-07-12 15:28:41 PDT ---
It's NEVER going to be fast enough.  Fairly standard for these days for folks
to "optimize" their JS by combining it into large wads for a single download -
even Web Inspector itself does this!  There's no sense in parsing these wads of
code that people have no intention of browsing through.  I vote for a byte
limit on the size of a JS file that parsing will be done on.

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