Displaying 1 result from an estimated 1 matches for "rtdyldobjectlay".
Did you mean:
rtdyldobjectlayer
2017 Mar 08
2
ORC C Interface & JITEventListeners
Hi,
I am working on using LLVM to compile parts of longrunning PostgreSQL
queries into native code for faster code execution. As postgres is,
nearly, entirely written in C and has long-lived (5 years) supported
branches (making the higher API stability important), I'm currently
using the C API.
I started out using MCJIT but it looks like that's slowly on the way
out. My current concern