Re: pgsql: Add documentation for the JIT feature.

From: David Steele <david(at)pgmasters(dot)net>
To: Stephen Frost <sfrost(at)snowman(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Simon Riggs <simon(at)2ndquadrant(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add documentation for the JIT feature.
Date: 2018-03-29 15:02:32
Message-ID: c7acf8fa-0603-b165-1602-4803747b16f0@pgmasters.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 3/29/18 9:51 AM, Stephen Frost wrote:
> Greetings Tom, all,
>
> * Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)us) wrote:
>> Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> writes:
>>> Simon Riggs wrote:
>>>> JIT means Just In Time, which could be applied to many concepts and
>>>> has been in use for many years in a range of concepts. particularly in
>>>> manufacturing/logistics and project management.
>>
>>> I agree. In some email threads Andres has been using "JIT" as a verb,
>>> too, such as "JITing expressions" and such; that's a bit shocking, in a
>>> way. Honestly I don't care in a pgsql-hackers thread, I mean we all
>>> understand what it means, but in user-facing docs and things we should
>>> use complete words, "JIT-compile", "JIT-compilation", "JIT-compiling"
>>> and so on.
>>
>> I'd go a little further and drop "JIT" from user-facing documentation
>> altogether. Instead refer to the feature as "compilation of expressions"
>> or some such. JIT is just jargon. Plus, the timing of the compilation is
>> actually the least important property for our purpose.
>
> Agreed.

+1. Or simply "expression compilation".

--
-David
david(at)pgmasters(dot)net

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-03-29 15:30:03 pgsql: While vacuuming a large table, update upper-level FSM data every
Previous Message Simon Riggs 2018-03-29 14:59:45 Re: pgsql: Optimize btree insertions for common case of increasing values

Browse pgsql-hackers by date

  From Date Subject
Next Message Pierre Ducroquet 2018-03-29 15:03:08 Re: JIT compiling with LLVM v12
Previous Message David Steele 2018-03-29 14:59:59 Re: PATCH: Configurable file mode mask