[gstreamer-bugs] [Bug 599870] [API] micro-optimisation: add GST_DEBUG_FUNCPTR_FULL

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 28 01:59:02 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=599870
  GStreamer | gstreamer (core) | git

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2009-10-28 08:58:59 UTC ---
> Changing that mutex to a RW lock and letting _gst_debug_register_funcptr()
> first take a R lock to check if it already is inserted and only take a W lock
> if it isn't might be a cleaner fix though.

Depends on whether the issue was primarily contention (doubtful?) or the hash
table lookups I guess.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list