[Webkit-unassigned] [Bug 149814] Compress snapshots on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 14:04:05 PDT 2015


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

--- Comment #10 from Tim Horton <thorton at apple.com> ---
Comment on attachment 262458
  --> https://bugs.webkit.org/attachment.cgi?id=262458
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=262458&action=review

>>> Source/WebCore/platform/graphics/cocoa/IOSurface.mm:259
>>> +        CFRunLoopAddSource(CFRunLoopGetMain(), runLoopSource, kCFRunLoopDefaultMode);
>> 
>> Should we consider running this on another thread?
> 
> I'll chat with Anders about this.
> 
> Thanks!
> 
> http://trac.webkit.org/changeset/190574

I think the important thing here is to know whether it uses the run loop that we install its source on for anything *other* than calling the callback. If not, then there's no need to move it to another thread, but if it does other work on that runloop we might want to.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151005/8c3e2ff3/attachment.html>


More information about the webkit-unassigned mailing list