Commit f6b95ff4 authored by Peter Geoghegan's avatar Peter Geoghegan

Fix typo in JIT README.

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/3747D478-41F9-439F-8074-AC81A5C76346@yesql.se
parent 0c8910a0
...@@ -11,10 +11,10 @@ is possible to generate a function than can be natively executed by ...@@ -11,10 +11,10 @@ is possible to generate a function than can be natively executed by
the CPU that just handles that expression, yielding a speedup. the CPU that just handles that expression, yielding a speedup.
That this is done at query execution time, possibly even only in cases That this is done at query execution time, possibly even only in cases
the relevant task is done a number of times, makes it JIT, rather than where the relevant task is done a number of times, makes it JIT,
ahead-of-time (AOT). Given the way JIT compilation is used in rather than ahead-of-time (AOT). Given the way JIT compilation is used
PostgreSQL, the lines between interpretation, AOT and JIT are somewhat in PostgreSQL, the lines between interpretation, AOT and JIT are
blurry. somewhat blurry.
Note that the interpreted program turned into a native program does Note that the interpreted program turned into a native program does
not necessarily have to be a program in the classical sense. E.g. it not necessarily have to be a program in the classical sense. E.g. it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment