Re: JIT on Windows with Postgres 12.1

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Josef Šimánek <josef(dot)simanek(at)gmail(dot)com>, Catch All <catchall(at)lightn(dot)org>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: JIT on Windows with Postgres 12.1
Date: 2020-02-13 03:49:46
Message-ID: 20200213034946.GF1520@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Feb 12, 2020 at 07:32:08PM -0800, Andres Freund wrote:
> That's not really the hard part. That's integrating the generation of
> LLVM bitcode files into the buildsystem. As the absolute minimum
> llvmjit_types.bc needs to be generated, but to be meaningfully supported
> we'd need to generate all the .bc files we're generating on make based
> builds.

Oh, I see. That's indeed... Not straight-forward.
--
Michael

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mladen Marinović 2020-02-13 09:41:32 Re: pg_basebackup connection closed unexpectedly...
Previous Message Andres Freund 2020-02-13 03:32:08 Re: JIT on Windows with Postgres 12.1