WIP: Beginning of a LLVM JIT infrastructure.
authorAndres Freund <andres@anarazel.de>
Tue, 14 Mar 2017 03:22:10 +0000 (20:22 -0700)
committerAndres Freund <andres@anarazel.de>
Tue, 14 Mar 2017 06:34:02 +0000 (23:34 -0700)
commit04d39c78bc42d42309a7372eb8c466d1e34a63e1
treef269cdb801ffa3f046f032fb2d1eda4e7b4cd51f
parent96e03367f0e63e47a163deab6dc545373d103da5
WIP: Beginning of a LLVM JIT infrastructure.

This needs to do a lot more, especially around error handling, and
memory management.
src/backend/lib/Makefile
src/backend/lib/llvmjit.c [new file with mode: 0644]
src/backend/utils/misc/guc.c
src/include/lib/llvmjit.h [new file with mode: 0644]