[gstreamer-bugs] [Bug 596832] pagesize aligned buffers

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 1 12:56:11 PDT 2009


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

--- Comment #5 from David Schleef <ds at schleef.org> 2009-10-01 19:56:09 UTC ---
Changing alignment from 8 to 16 is only a minor benefit, if any, for most
vector systems.  Changing alignment from 16 to 32 is very minor, due to cache
line alignment.  Anything above that has no benefit.

I would support making 32 the default alignment, since it does have measurable
benefits on existing systems with only minor memory usage.

Aligning to page size by default seems to be a bit extreme, especially since
the benefits would be limited to certain devices on embedded systems.

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