Thread: pgsql: jit: Reference functions by name in IOCOERCE steps.

pgsql: jit: Reference functions by name in IOCOERCE steps.

From
Andres Freund
Date:
jit: Reference functions by name in IOCOERCE steps.

Previously we used constant function pointer addresses, which prevents
inlining and other related optimizations.

Author: Andres Freund
Discussion: https://postgr.es/m/20191023163849.sosqbfs5yenocez3@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8c2769405ff1f4617b0d3af50760b1ee357733ef

Modified Files
--------------
src/backend/jit/llvm/llvmjit_expr.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)