Re: [RFC] Add jit deform_counter - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: [RFC] Add jit deform_counter
Date
Msg-id 1F698684-14C2-4B5C-A700-342899D6A6C6@yesql.se
Whole thread Raw
In response to Re: [RFC] Add jit deform_counter  (Dmitry Dolgov <9erthalion6@gmail.com>)
Responses Re: [RFC] Add jit deform_counter
List pgsql-hackers
> On 14 Aug 2023, at 16:36, Dmitry Dolgov <9erthalion6@gmail.com> wrote:

> And here is it. The json version of EXPLAIN now looks like this:
>
>     "JIT": {
>        [...]
>       "Timing": {
>         "Generation": {
>           "Deform": 0.000,
>           "Total": 0.205
>         },
>         "Inlining": 0.065,
>         "Optimization": 2.465,
>         "Emission": 2.337,
>         "Total": 5.072
>       }
>     },

I've gone over this version of the patch and I think it's ready to go in.  I'm
marking this Ready for Committer and will go ahead with it shortly barring any
objections.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: David Christensen
Date:
Subject: Re: Initdb-time block size specification
Next
From: Robert Haas
Date:
Subject: Re: generic plans and "initial" pruning