jit: Remove redundancies in expression evaluation code generation. This merges the code emission for a number of opcodes by handling the behavioural difference more locally. This reduces code, and also improves the generated code a bit in some cases, by removing redundant constants.
Author: Andres Freund Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/e6f86f8dd9835b18890fd8e9868884dec37e3bd7 Modified Files -------------- src/backend/jit/llvm/llvmjit_expr.c | 277 ++++++++++++++++-------------------- 1 file changed, 124 insertions(+), 153 deletions(-)
