pgsql: jit: Reference functions by name in IOCOERCE steps. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: jit: Reference functions by name in IOCOERCE steps.
Date
Msg-id E1izutT-0007xr-CM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix typo in proc.c
Next
From: Jeff Davis
Date:
Subject: pgsql: Introduce TupleHashTableHash() and LookupTupleHashEntryHash().