ClickHouse/dbms
pyos 6e05c5ace4 compilePrologue() isn't particularly useful after all.
Basically the only thing it can do that compile() can't is create 'alloca'
instructions, which are only needed to get pointers to stack variables.
Given that dynamically-sized allocations aren't possible with this API,
such pointers are probably completely pointless (heh).
2018-04-28 18:11:23 +03:00
..
benchmark Get rid of double whitespaces [#CLICKHOUSE-2]. 2017-10-26 21:36:23 +03:00
cmake Auto version update to [54380] 2018-04-20 22:47:21 +03:00
scripts Fix uniqHLL12 and uniqCombined for cardinalities 100M+. 2018-01-31 11:36:01 +00:00
src compilePrologue() isn't particularly useful after all. 2018-04-28 18:11:23 +03:00
tests Better test #2066 2018-04-22 22:09:35 -07:00
CMakeLists.txt Let jit-compilable functions deal with NULLs themselves. 2018-04-28 00:34:27 +03:00