shinchiro / mpv-winbuild-cmake

CMake-based MinGW-w64 Cross Toolchain
659 stars 116 forks source link

performance difference with gcc build? #676

Open wyup opened 6 months ago

wyup commented 6 months ago

Hello shinchiro, thanks for mpv builds. I've realised there is a single mpv-x86_64-gcc-20240513-git-61f72bd.7z build available for download with gcc compiler. Is there any difference in performance with this compiler for any processor (amd, intel)?

zhongfly commented 6 months ago

Clang build with ThinLTO optimisation enabled. Some users report clang builds have better performance in some cases, but there are no serious tests comparing performance between clang builds and gcc builds.

CharlesMengCA commented 6 months ago

I did some comparison and no noticeable difference between two builds except the file size is smaller for llvm build.