[gstreamer-bugs] [Bug 335195] New: GST_BOILERPLATE_FULL etc isn' optimised

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Mar 20 01:23:56 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=335195
 GStreamer | gstreamer (core) | Ver: 0.10.x

           Summary: GST_BOILERPLATE_FULL etc isn' optimised
           Product: GStreamer
           Version: 0.10.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ross at burtonini.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


If you compare GST_BOILERPLATE_FULL to the equivilant code in GLib you'll see
that the GLib code is more efficient: it uses G_UNLIKELY to wrap the type
construction, and interns the strings first.  This reduces the number of
strings copies (works assuming plugins are never unloaded) and optimises
get_type() for the common case.


-- 
Configure bugmail: http://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