Re: JIT compiling with LLVM v12 - Mailing list pgsql-hackers

From Andres Freund
Subject Re: JIT compiling with LLVM v12
Date
Msg-id 20180328213149.weopishhk2iyymoz@alap3.anarazel.de
Whole thread Raw
In response to Re: JIT compiling with LLVM v12  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Hi,

On 2018-03-28 14:27:51 -0700, Andres Freund wrote:
> > 7/10 committed. Inlining, Explain, Docs remain.
> 
> I've pushed these three.

One tiny pending commit I have is to add a few pg_noinline annotations
to slow-path functions, to avoid very common spurious inlines. I'll play
a littlebit more with the set that I think make sense there, and will
send a separate email about that.

Greetings,

Andres Freund


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: JIT compiling with LLVM v12
Next
From: Peter Eisentraut
Date:
Subject: Re: new buildfarm with gcc & clang "trunk" -Werror?