git.videolan.org Git - x264.git/summary
x264 git repository
Les articles publiés sur le site
-
Revise the 2-pass algorithm
13 octobre 2015, par Anton Mitrofanov -
x86inc : Use more consistent indentation
12 octobre 2015, par Henrik Gramner -
x86inc : Preserve arguments when allocating stack space
12 octobre 2015, par Henrik Gramner -
x86inc : Add debug symbols indicating sizes of compiled functions
12 octobre 2015, par Geza Lorex86inc: Add debug symbols indicating sizes of compiled functions Some debuggers/profilers use this metadata to determine which function a given instruction is in; without it they get can confused by local labels (if you haven't stripped those). On the other hand, some tools are still confused even with this metadata. e.g. this fixes `gdb`, but not `perf`. Currently only implemented for ELF.
-
x86 : Avoid some bypass delays and false dependencies
11 octobre 2015, par Henrik Gramnerx86: Avoid some bypass delays and false dependencies A bypass delay of 1-3 clock cycles may occur on some CPUs when transitioning between int and float domains, so try to avoid that if possible.