JIT: The nullness of casetest.value can be determined at the JIT compile time.

From: Xing Guo <higuoxing(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: JIT: The nullness of casetest.value can be determined at the JIT compile time.
Date: 2024-08-31 08:04:40
Message-ID: CACpMh+AiBYAWn+D1aU7Rsy-V1tox06Cbc0H3qA7rwL5zdJ=anQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

The nullness of casetest.value can be determined at the JIT compile
time. We can emit fewer codes by utilizing this property. The attached
patch is trying to fix it.

Best Regards,
Xing

Attachment Content-Type Size
v1-0001-JIT-The-nullness-of-casetest.value-can-be-determi.patch text/x-patch 6.1 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2024-08-31 08:15:39 Re: Introduce XID age and inactive timeout based replication slot invalidation
Previous Message Jelte Fennema-Nio 2024-08-31 07:08:51 Re: [EXTERNAL] Re: Add non-blocking version of PQcancel