Re: Add missing JIT inline pass for llvm>=17

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Andreas Karlsson <andreas(at)proxel(dot)se>
Cc: Anthonin Bonnefoy <anthonin(dot)bonnefoy(at)datadoghq(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add missing JIT inline pass for llvm>=17
Date: 2026-01-15 11:26:23
Message-ID: 202601151124.lnrrlyzwdo3v@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2026-Jan-15, Andreas Karlsson wrote:

> Great find! Sadly shows how little people actually use JIT.

I disagree. Given that JIT is enabled by default, I think lots of
people use it. What they don't do, is realize that things are slower
than they could be -- much less try to figure out why.

But yes, this was a great find.

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bertrand Drouvot 2026-01-15 11:38:59 Re: Remove redundant assignment in CreateWorkExprContext
Previous Message Peter Eisentraut 2026-01-15 11:24:51 Re: PL/Python initialization cleanup