Re: [RFC] Add jit deform_counter

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
Cc: David Rowley <dgrowleyml(at)gmail(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [RFC] Add jit deform_counter
Date: 2023-09-05 14:37:20
Message-ID: 1F698684-14C2-4B5C-A700-342899D6A6C6@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 14 Aug 2023, at 16:36, Dmitry Dolgov <9erthalion6(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2023-09-05 14:41:02 Re: generic plans and "initial" pruning
Previous Message David Christensen 2023-09-05 14:31:01 Re: Initdb-time block size specification