[Bug 599546] Faster read/write macros

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 30 13:04:08 PDT 2011


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

--- Comment #17 from David Schleef <ds at schleef.org> 2011-05-30 20:04:03 UTC ---
I'm in favor of applying the _FAST_READ part of the patch (after you change it
to _GST_FAST_READ()), since I'm pretty confident of its usefulness and speed.

On the write side, mixing sizes of adjacent writes really slows down cpu write
combining on current microarchitectures, so I'm uncertain whether _FAST_WRITE()
would be faster when mixed with byte writing.  I could be convinced by a single
data point, however.

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