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:06:27
Message-ID: b9d3e9e5-7c8c-4307-8f0d-6bf7e5f06a9f@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Andreas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Karlsson 2024-09-02 19:10:54 Re: JIT: Remove some unnecessary instructions.
Previous Message Maciek Sakrejda 2024-09-02 18:40:43 Re: [PATCH] Add roman support for to_number function