[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
Mon Jul 20 07:54:27 PDT 2009


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





--- Comment #13 from Keishi Hattori <casey.hattori at gmail.com>  2009-07-20 07:54:27 PDT ---
(In reply to comment #12)
> I just noticed WebKit seems to be building with worker support (never noticed
> it before, maybe it's been in a while).  Moving the syntax highlighting to a
> worker would seem to make sense.

I did some research earlier. I may be wrong but Workers can't work on the DOM
so 40-50 % of the work load will still be on the main thread. 

It could still be something I could try.

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