Hi All,
I checked with LLVM/CLang 14.0 on arch x86-64-O3 in the Mac/AMD EPYC
environment , but I see GCC performs better than Clang14.
Clang14-https://github.com/llvm/llvm-project(main branch and pull or
commitID:3f3fe4a5cfa1797..)
[image: image.png]
pre analysis GCC vs Clang
(1) GCC more inline
> GCC vs Clang
related:
As I see - with LLVM/Clang 14.0 ( X86_64 -O3 ) ~12% performance increase
expected with the new optimisation ( probably adapted from gcc )
- https://twitter.com/djtodoro/status/1466808507240386560
-
https://www.phoronix.com/scan.php?page=news_item&px=LLVM-Clang-14-Hoist-L
Hi,
IMO this thread provides so little information it's almost impossible to
answer the question. There's almost no information about the hardware,
scale of the test, configuration of the Postgres instance, the exact
build flags, differences in generated asm code, etc.
I find it hard to beli
Hi
@imre : Thank you sharing the links on “ Phoronix has been tested the
PostgreSQL 13”.
I compared my test results with Phoronix test suit” . It has too
deviations(may be hardware environment and PostgreSQL version)
I think PostgreSQLv13 may have issues with Auto vacuum and currently I’m
using wi
> .. optimisation flags like O3
> And please suggest ... to check on the performance difference
The Phoronix has been tested the PostgreSQL 13 with Clang 12 + GCC 11.1 On
Xeon Ice Lake
* "The CFLAGS/CXXFLAGS set throughout testing were "-O3 -march=native
-flto" *
* as would be common for HPC sy