WIP: Beginning of a LLVM JIT infrastructure.
authorAndres Freund <[email protected]>
Tue, 14 Mar 2017 03:22:10 +0000 (20:22 -0700)
committerAndres Freund <[email protected]>
Fri, 1 Sep 2017 06:22:35 +0000 (23:22 -0700)
commit23e5dce848ed8dac7b590da5c77321344b30310d
tree2bd0cd0cca93384b462788bbd011cd1964048499
parent47dfd412a19a88aef125b4473337bb68c2dadb6a
WIP: Beginning of a LLVM JIT infrastructure.

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