Re: pgsql: Add documentation for the JIT feature.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: 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 13:44:50
Message-ID: 13592.1522331090@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2018-03-29 13:51:10 Re: pgsql: Add documentation for the JIT feature.
Previous Message Alvaro Herrera 2018-03-29 13:42:19 Re: pgsql: Add documentation for the JIT feature.

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2018-03-29 13:51:10 Re: pgsql: Add documentation for the JIT feature.
Previous Message Daniel Gustafsson 2018-03-29 13:43:45 Typo in pg_backup_custom.c