You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meson: Add LLVM bitcode emissions for contrib libraries
The libraries for which bitcode files are generated are selected
manually. Bitcode is only worthwhile for extensions that provide
lightweight SQL operators/functions that can benefit from being inlined
into JIT-compiled expressions, so this is restricted to citext, hstore,
intarray, ltree and pg_trgm.
Author: Andres Freund <andres@anarazel.de>
Author: Nazir Bilal Yavuz <byavuz81@gmail.com>
Author: Diego Fronza <diego.fronza@percona.com>
Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Reviewed-by: Diego Fronza <diego.fronza@percona.com>
Reviewed-by: Zsolt Parragi <zsolt.parragi@percona.com>
Discussion: https://postgr.es/m/206b001d-1884-4081-bd02-bed5c92f02ba%40eisentraut.org
0 commit comments