<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Compress snapshots on iOS"
href="https://bugs.webkit.org/show_bug.cgi?id=149814#c10">Comment # 10</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Compress snapshots on iOS"
href="https://bugs.webkit.org/show_bug.cgi?id=149814">bug 149814</a>
from <span class="vcard"><a class="email" href="mailto:thorton@apple.com" title="Tim Horton <thorton@apple.com>"> <span class="fn">Tim Horton</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=262458&action=diff" name="attach_262458" title="Patch">attachment 262458</a> <a href="attachment.cgi?id=262458&action=edit" title="Patch">[details]</a></span>
Patch
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=262458&action=review">https://bugs.webkit.org/attachment.cgi?id=262458&action=review</a>
<span class="quote">>>> 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!
>
> <a href="http://trac.webkit.org/changeset/190574">http://trac.webkit.org/changeset/190574</a></span >
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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>