[Webkit-unassigned] [Bug 63531] Turn PreloadScanner implementation to a thread based solution

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 26 07:24:40 PDT 2011


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


Balazs Kelemen <kbalazs at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #98909|0                           |1
        is obsolete|                            |
 Attachment #101999|                            |review?, commit-queue-
               Flag|                            |




--- Comment #27 from Balazs Kelemen <kbalazs at webkit.org>  2011-07-26 07:24:39 PST ---
Created an attachment (id=101999)
 --> (https://bugs.webkit.org/attachment.cgi?id=101999&action=review)
proposed patch

Similar design than the last patch with the following improvements:
 * lots of refactoring
 * add a way to cancel pending tasks
 * schedule preloading on the main thread asyncronically through the event system (via WTF::callOnMainThread)
   in order to be able to initiate the load as soon as possible and minimalize the extra work that the parser
   need to do with preload scanning

It's still not fully ready since it's missing rebaselines for preload scanning tests.
Benchmark results are on their way, be patient. Feedback is greatly welcomed.

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