shinchiro / mpv-winbuild-cmake

CMake-based MinGW-w64 Cross Toolchain
476 stars 91 forks source link

performance difference with gcc build? #676

Open wyup opened 1 month ago

wyup commented 1 month 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 1 month 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 1 month ago

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