Re: Optimize memory allocation code - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Optimize memory allocation code
Date
Msg-id 20200929133033.GA5071@alvherre.pgsql
Whole thread Raw
In response to Re: Optimize memory allocation code  (Li Japin <japinli@hotmail.com>)
Responses Re: Optimize memory allocation code  (Li Japin <japinli@hotmail.com>)
List pgsql-hackers
On 2020-Sep-26, Li Japin wrote:

> Thanks! How big is this overhead? Is there any way I can test it?

You could also have a look at the assembly code that your compiler
generates -- particularly examine how it changes.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: __pg_log_level in anonynous enum should be initialized? (Was: pgsql: Change SHA2 implementation based on OpenSSL to use EVP digest ro)
Next
From: Fujii Masao
Date:
Subject: Re: Retry Cached Remote Connections for postgres_fdw in case remote backend gets killed/goes away