[Webkit-unassigned] [Bug 137485] New: [GLIB] Split GMainLoopSource moving thread safe implementation to its own class GThreadSafeMainLoopSource
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 7 06:21:53 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137485
Summary: [GLIB] Split GMainLoopSource moving thread safe
implementation to its own class
GThreadSafeMainLoopSource
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: Web Template Framework
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cgarcia at igalia.com
CC: gns at gnome.org, zandobersek at gmail.com
We made GMainLoopSource thread safe, but in most of the cases we know the sources is used by a single thread, which has an impact in the performance (mutex, GCancellable, etc.). We can move the thread safe part to a new derived class, leaving the basic common implementation in GMainLoopSource, and explicitly using the thread safe version when needed.
--
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