Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf6b95ff

Browse files
Fix typo in JIT README.
Author: Daniel GustafssonDiscussion:https://postgr.es/m/3747D478-41F9-439F-8074-AC81A5C76346@yesql.se
1 parent0c8910a commitf6b95ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/backend/jit/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ is possible to generate a function than can be natively executed by
1111
the CPU that just handles that expression, yielding a speedup.
1212

1313
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+
wherethe relevant task is done a number of times, makes it JIT,
15+
rather thanahead-of-time (AOT). Given the way JIT compilation is used
16+
inPostgreSQL, the lines between interpretation, AOT and JIT are
17+
somewhatblurry.
1818

1919
Note that the interpreted program turned into a native program does
2020
not necessarily have to be a program in the classical sense. E.g. it

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp