Just-in-time compilation in PostgreSQL using libFirm
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.
postgres=# set pg_jit.enabled=true;