Re: JIT: Remove some unnecessary instructions.

Heikki Linnakangas <hlinnaka@iki.fi>

From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Andreas Karlsson <andreas@proxel.se>, Xing Guo <higuoxing@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2024-11-15T08:09:53Z
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)




Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. jit: Stop emitting some unnecessary instructions