项目作者: philwinn

项目描述 :
Just-in-time compilation in PostgreSQL using libFirm
高级语言: C
项目地址: git://github.com/philwinn/pg_jit.git
创建时间: 2016-09-17T08:28:23Z
项目社区:https://github.com/philwinn/pg_jit

开源协议:MIT License

下载


pg_jit

As a proof of concept, this extension makes it possible to just-in-time compile
a function scan query in PostgreSQL using the implementation of the intermediate
representation Firm, libFirm.

Dependencies

  • postgresql 9.5.3,
  • cparser 1.22.1(74dc24f5694ff852a1a67c06c5fc7a1f9c18765e-dirty),
  • libfirm 1.22(ec5ef9e26872605e80077941e98d6024799f2900)

Usage

  • Enable pg_jit:
    • postgres=# set pg_jit.enabled=true;