pgsql: Debugging and profiling support for LLVM JIT provider.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Debugging and profiling support for LLVM JIT provider.
Date: 2018-03-22 19:06:51
Message-ID: E1ez5Y3-0008Ie-3C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Debugging and profiling support for LLVM JIT provider.

This currently requires patches to the LLVM codebase to be
effective (submitted upstream), the GUCs are available without those
patches however.

Author: Andres Freund
Discussion: https://postgr.es/m/20170901064131.tazjxwus3k2w3ybh@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/250bca7fc145b143d5e9aeeca66f0bb36cf4d5ef

Modified Files
--------------
src/backend/jit/jit.c | 2 ++
src/backend/jit/llvm/llvmjit.c | 36 ++++++++++++++++++++++++++++++++++++
src/backend/utils/misc/guc.c | 32 ++++++++++++++++++++++++++++++++
src/include/jit/jit.h | 2 ++
4 files changed, 72 insertions(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-03-22 19:47:52 pgsql: Sync up our various ways of estimating pg_class.reltuples.
Previous Message Ildar Musin 2018-03-22 18:52:48 Re: pgsql: Add general purpose hasing functions to pgbench.