Skip to content

[WIP] An alternative x86_64 JIT provider (based on asmjit) for PostgreSQL.

Notifications You must be signed in to change notification settings

higuoxing/pg_asmjit

Repository files navigation

pg_asmjit

An alternative JIT provider for PostgreSQL based on AsmJit. (WIP)

Warning

I implemented only a few operators, please don't use it!

Requirements

Build

git clone git@github.com:higuoxing/pg_asmjit.git
cd pg_asmjit
git submodule update --init --recursive
make PG_CONFIG=<path/to/pg_config> install

Configure the jit_provider for PostgreSQL.

  1. Edit <path/to/postgresql.conf> and set jit_provider='asmjit'.
  2. Restart the PostgreSQL server.

About

[WIP] An alternative x86_64 JIT provider (based on asmjit) for PostgreSQL.

Resources

Stars

Watchers

Forks