Debugging and profiling support for LLVM JIT provider.

Andres Freund <andres@anarazel.de>

Commit: 250bca7fc145b143d5e9aeeca66f0bb36cf4d5ef
Author: Andres Freund <andres@anarazel.de>
Date: 2018-03-22T18:07:55Z
Releases: 11.0
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

Files

PathChange+/−
src/backend/jit/jit.c modified +2 −0
src/backend/jit/llvm/llvmjit.c modified +36 −0
src/backend/utils/misc/guc.c modified +32 −0
src/include/jit/jit.h modified +2 −0

Discussion