Re: JIT: Remove some unnecessary instructions.

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Andreas Karlsson <andreas(at)proxel(dot)se>, 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-11-15 08:09:53
Message-ID: 8dbd16ee-6661-4d2f-a082-77fa58db0050@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 02/09/2024 22:06, 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.

Committed, thanks!

--
Heikki Linnakangas
Neon (https://neon.tech)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Yugo NAGATA 2024-11-15 08:36:47 Re: EphemeralNamedRelation and materialized view
Previous Message Michael Paquier 2024-11-15 07:49:26 Re: define pg_structiszero(addr, s, r)