ahead of time compiling in PostgreSQL? - Mailing list pgsql-novice

From Viorel Tabara
Subject ahead of time compiling in PostgreSQL?
Date
Msg-id 293f435648eeecaaa8b242b86b26f3387dee8927.camel@infrabit.net
Whole thread Raw
List pgsql-novice
AOT is referenced at src/backend/jit/README:

   That this is done at query execution time, possibly even only in 
   cases where the relevant task is done a number of times, makes it 
   JIT, rather than ahead-of-time (AOT). Given the way JIT compilation 
   is used in PostgreSQL, the lines between interpretation, AOT and JIT 
   are somewhat blurry.

In what cases does the compilation happen ahead of time?

Thanks,
Viorel



pgsql-novice by date:

Previous
From: Colin Brisson
Date:
Subject: Re: Changing Pl/Python default interpreter
Next
From: Aleksey Tsalolikhin
Date:
Subject: Re: [NOVICE] How to list partitions of a table in PostgreSQL 10