BUG #17200: PostgreSQL-Support Profile Guide Optimization(Clang/GCC)?

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: hpcresearch(dot)mspk(at)gmail(dot)com
Subject: BUG #17200: PostgreSQL-Support Profile Guide Optimization(Clang/GCC)?
Date: 2021-09-22 13:17:29
Message-ID: 17200-d5d5c376327f7197@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17200
Logged by: hpc researcher
Email address: hpcresearch(dot)mspk(at)gmail(dot)com
PostgreSQL version: 13.3
Operating system: RHEL8.4
Description:

I followed the below steps on Profile Guide Optimization with Clang
Environment.
And benchmark environment used HammedDB.

1.Build command:
------------
$ CC=clang CXX=clang++ ../configure --prefix=<path-to-install> CFLAGS='-O3
-fprofile-instr-generate' CXXFLAGS='-O3 -std=c++14 -stdlib=libc++
-fprofile-instr-generate'
2.Run HammerDB client(tpcc-schmea + test run(vu's).
3. default.profraw created in PostgreSQL(<path-to-install>)
4. convert the “raw” profile format by clang.(the merge
command:llvm-profdata tool)
5. llvm-profdata merge -output=code.profdata code- default.profraw
warning: default.profraw: Failed to uncompress data (zlib)
error: No profiles could be merged.(step5)

Ref:
https://clang.llvm.org/docs/UsersManual.html#profiling-with-instrumentation

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Daniele Varrazzo 2021-09-22 18:13:21 Internal error with types changes and prepared statements
Previous Message Ashish Kumar 2021-09-22 06:59:37 Re: BUG #17193: Issue with pg_output login