File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ is possible to generate a function than can be natively executed by
1111the CPU that just handles that expression, yielding a speedup.
1212
1313That this is done at query execution time, possibly even only in cases
14- the relevant task is done a number of times, makes it JIT, rather than
15- ahead-of-time (AOT). Given the way JIT compilation is used in
16- PostgreSQL, the lines between interpretation, AOT and JIT are somewhat
17- blurry.
14+ where the relevant task is done a number of times, makes it JIT,
15+ rather than ahead-of-time (AOT). Given the way JIT compilation is used
16+ in PostgreSQL, the lines between interpretation, AOT and JIT are
17+ somewhat blurry.
1818
1919Note that the interpreted program turned into a native program does
2020not necessarily have to be a program in the classical sense. E.g. it
You can’t perform that action at this time.
0 commit comments