Re: JIT: Remove some unnecessary instructions.

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Xing Guo <higuoxing(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: JIT: Remove some unnecessary instructions.
Date: 2024-09-02 19:10:54
Message-ID: f0711a08-8e8a-455c-b6c0-755f4575d733@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 9/2/24 9:06 PM, Andreas Karlsson wrote:
> On 9/2/24 4:23 AM, Xing Guo wrote:
>> Thanks for testing it! I spotted another unnecessary store instruction
>> and added it in my V2 patch.
>
> Another well-spotted unnecessary store. Nice!
>
> I think this patch is ready for committer. It is simple and pretty
> obviously correct.

Oh, and please add your patch to the commitfest app so it is not lost.

https://commitfest.postgresql.org/50/

Andreas

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrei Lepikhov 2024-09-02 19:30:18 Re: query_id, pg_stat_activity, extended query protocol
Previous Message Andreas Karlsson 2024-09-02 19:06:27 Re: JIT: Remove some unnecessary instructions.