Re: Improve CRC32C performance on SSE4.2

From: Jesper Pedersen <jesperpedersen(dot)db(at)gmail(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: Andy Fan <zhihuifan1213(at)163(dot)com>, John Naylor <johncnaylorls(at)gmail(dot)com>, "Devulapalli, Raghuveer" <raghuveer(dot)devulapalli(at)intel(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>, "Shankaran, Akash" <akash(dot)shankaran(at)intel(dot)com>, Tomas Vondra <tomas(at)vondra(dot)me>
Subject: Re: Improve CRC32C performance on SSE4.2
Date: 2025-06-14 14:12:01
Message-ID: 029f0848-8bc2-4d99-aebd-345949f97622@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Nathan,

On 6/14/25 9:56 AM, Nathan Bossart wrote:
> I'm also genuinely curious why folks are using -O0...
>

Personally, I use

-O0 -fno-omit-frame-pointer

for FlameGraph [1] investigations.

[1] https://github.com/brendangregg/FlameGraph

Best regards,
Jesper

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2025-06-14 15:08:07 Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
Previous Message Tomas Vondra 2025-06-14 14:01:38 Re: Improve CRC32C performance on SSE4.2