File tree 1 file changed +4
-4
lines changed
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
11
11
the CPU that just handles that expression, yielding a speedup.
12
12
13
13
That 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.
18
18
19
19
Note that the interpreted program turned into a native program does
20
20
not 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