An alternative JIT provider for PostgreSQL based on AsmJit.
Warning
Currently, it only works with latest PostgreSQL (master branch).
git clone [email protected]:higuoxing/pg_asmjit.git
cd pg_asmjit
git submodule update --init --recursive
make PG_CONFIG=<path/to/pg_config> install
- Edit
<path/to/postgresql.conf>
and setjit_provider='asmjit'
. - Restart the PostgreSQL server.