Re: Add missing JIT inline pass for llvm>=17 - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: Add missing JIT inline pass for llvm>=17
Date
Msg-id 202601151124.lnrrlyzwdo3v@alvherre.pgsql
Whole thread Raw
In response to Re: Add missing JIT inline pass for llvm>=17  (Andreas Karlsson <andreas@proxel.se>)
List 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/



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: PL/Python initialization cleanup
Next
From: Bertrand Drouvot
Date:
Subject: Re: Remove redundant assignment in CreateWorkExprContext