From: | Ants Aasma <ants(dot)aasma(at)eesti(dot)ee> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: JIT compiling - v4.0 |
Date: | 2017-10-04 08:56:47 |
Message-ID: | CA+CSw_snmOYzMkVC9KyW2aVjiofdFeGRgAr5EnAtqTeg8y2kYg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Oct 4, 2017 at 9:48 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> Here's an updated version of the patchset. There's some substantial
> changes here, but it's still very obviously very far from committable as
> a whole. There's some helper commmits that are simple and independent
> enough to be committable earlier on.
Looks pretty impressive already.
I wanted to take it for a spin, but got errors about the following
symbols being missing:
LLVMOrcUnregisterPerf
LLVMOrcRegisterGDB
LLVMOrcRegisterPerf
LLVMOrcGetSymbolAddressIn
LLVMLinkModules2Needed
As far as I can tell these are not in mainline LLVM. Is there a branch
or patchset of LLVM available somewhere that I need to use this?
Regards,
Ants Aasma
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Korotkov | 2017-10-04 09:15:29 | Re: Add TOAST to system tables with ACL? |
Previous Message | Haribabu Kommi | 2017-10-04 07:40:21 | Re: Refactor handling of database attributes between pg_dump and pg_dumpall |