postgresql/src/include/jit
Andres Freund 7ef04e4d2c Don't generate tuple deforming functions for virtual slots.
Virtual tuple table slots never need tuple deforming. Therefore, if we
know at expression compilation time, that a certain slot will always
be virtual, there's no need to create a tuple deforming routine for
it.

Author: Andres Freund
Discussion: https://postgr.es/m/20181105210039.hh4vvi4vwoq5ba2q@alap3.anarazel.de
2018-11-15 22:00:30 -08:00
..
jit.h Collect JIT instrumentation from workers. 2018-09-25 13:12:44 -07:00
llvmjit.h Don't generate tuple deforming functions for virtual slots. 2018-11-15 22:00:30 -08:00
llvmjit_emit.h Adapt expression JIT to stdbool.h introduction. 2018-03-22 22:15:51 -07:00