Re: [HACKERS] JIT compiling - v4.0 - Mailing list pgsql-hackers

From Ants Aasma
Subject Re: [HACKERS] JIT compiling - v4.0
Date
Msg-id CA+CSw_snmOYzMkVC9KyW2aVjiofdFeGRgAr5EnAtqTeg8y2kYg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] JIT compiling - v4.0  (Andres Freund <andres@anarazel.de>)
Responses Re: [HACKERS] JIT compiling - v4.0
List pgsql-hackers
On Wed, Oct 4, 2017 at 9:48 AM, Andres Freund <andres@anarazel.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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Haribabu Kommi
Date:
Subject: Re: [HACKERS] Refactor handling of database attributes betweenpg_dump and pg_dumpall
Next
From: Alexander Korotkov
Date:
Subject: Re: [HACKERS] Add TOAST to system tables with ACL?