[vlc-devel] [PATCH 0/3] Remove vlc_memcpy
Rémi Denis-Courmont
remi at remlab.net
Tue Jul 3 09:04:44 CEST 2012
Le mardi 3 juillet 2012 00:00:18 Rafaël Carré, vous avez écrit :
> These patches remove the years old memcpy and let the responsibility
> to the OS (libc).
>
> It removes one level of indirection when calling memcpy().
Yes, it speeds up memory copy an all architectures except x86 and PPC due to
indirection. And it speeds up memory copy on recent x86 as well as VLC
optimizations are so old.
--
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis
More information about the vlc-devel
mailing list