postgresql/src/include/jit
Andres Freund b84a6dafbf Move EEOP_*_SYSVAR evaluation out of line.
This mainly de-duplicates code. As evaluating a system variable isn't
the hottest path and the current inline implementation ends up calling
out to an external function anyway, this is OK from a performance POV.

The main motivation for de-duplicating is the upcoming slot
abstraction work, after which there's not guaranteed to be a HeapTuple
backing the slot.

Author: Andres Freund, Amit Khandekar
Discussion: https://postgr.es/m/20181105210039.hh4vvi4vwoq5ba2q@alap3.anarazel.de
2018-11-07 11:08:45 -08:00
..
jit.h Collect JIT instrumentation from workers. 2018-09-25 13:12:44 -07:00
llvmjit.h Move EEOP_*_SYSVAR evaluation out of line. 2018-11-07 11:08:45 -08:00
llvmjit_emit.h Adapt expression JIT to stdbool.h introduction. 2018-03-22 22:15:51 -07:00