[Bug 276170] LLVM bug prevents from enabling PGO optimization for Python 3.11+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Dec 2024 21:48:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276170 --- Comment #25 from Dimitry Andric <dim@FreeBSD.org> --- (In reply to Guillaume Outters from comment #24) Can you specify the exact configure flags you used, and the exact make command(s)? I have tried here with v3.13.1 on 15-CURRENT with clang 19.1.5, and: CC=cc CXX=c++ /share/dim/src/python/cpython/configure --enable-optimizations gmake -j12 V=1 and it works just fine. I don't see any specific PGO options passed to the compiler invocations in the "Rebuilding with profile guided optimizations" part, though. So for some reason it might not always do this, even with the --enable-optimizations configure option? -- You are receiving this mail because: You are the assignee for the bug.