jit: Reference functions by name in IOCOERCE steps.

Andres Freund <andres@anarazel.de>

Commit: 8c2769405ff1f4617b0d3af50760b1ee357733ef
Author: Andres Freund <andres@anarazel.de>
Date: 2020-02-07T03:54:43Z
Releases: 13.0
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

Files

PathChange+/−
src/backend/jit/llvm/llvmjit_expr.c modified +6 −6

Discussion