Re: Segfault in jit tuple deforming on arm64 due to LLVM issue

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Anthonin Bonnefoy <anthonin(dot)bonnefoy(at)datadoghq(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Segfault in jit tuple deforming on arm64 due to LLVM issue
Date: 2024-08-28 00:36:56
Message-ID: CA+hUKGKQs3czGHX5si=ht0t=D-=Z9tjsgshC0Mn5-fPiGfXkCw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Slightly better version, which wraps the conditional code in #ifdef
USE_LLVM_BACKPORT_SECTION_MEMORY_MANAGER.

Attachment Content-Type Size
v5-0001-Backport-of-LLVM-code-to-fix-ARM-relocation-bug.patch application/octet-stream 31.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andy Fan 2024-08-28 00:37:55 Re: Parallel CREATE INDEX for GIN indexes
Previous Message David Rowley 2024-08-27 23:57:53 Re: Significant Execution Time Difference Between PG13.14 and PG16.4 for Query on information_schema Tables.