Add configure test to see if the C compiler has gcc-style computed gotos.
Tom Lane <tgl@sss.pgh.pa.us>
Add configure test to see if the C compiler has gcc-style computed gotos. We'll need this for the upcoming patch to speed up expression evaluation. Might as well push it now to see if it behaves sanely in the buildfarm. Andres Freund Discussion: https://postgr.es/m/20170320062511.hp5qeurtxrwsvfxr@alap3.anarazel.de
Files
| Path | Change | +/− |
|---|---|---|
| config/c-compiler.m4 | modified | +24 −0 |
| configure | modified | +34 −0 |
| configure.in | modified | +1 −0 |
| src/include/pg_config.h.in | modified | +3 −0 |
| src/include/pg_config.h.win32 | modified | +3 −0 |
Discussion
- WIP: Faster Expression Processing and Tuple Deforming (including JIT) 134 messages · 2016-12-06 → 2017-03-27