[gstreamer-bugs] [Bug 599546] Faster read/write macros

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 27 00:21:40 PDT 2009


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

--- Comment #8 from David Schleef <ds at schleef.org> 2009-10-27 07:21:34 UTC ---
It's only the (old-style) WRITE macros aliasing with another READ/WRITE macro
that is unsafe.  An (old-style) READ macro aliasing with a READ macro is simply
reading the same unchanged underlying memory.

I'm in favor of restoring some of the faster READ macro capability, either in
the default macros or in _FAST versions.

-- 
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