Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mlDdu-0002X9-2M for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 11 Nov 2021 17:13:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mlDds-00007c-Oy for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 11 Nov 2021 17:13:40 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mlDds-00007S-IW for pgsql-pkg-debian@lists.postgresql.org; Thu, 11 Nov 2021 17:13:40 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mlDdp-0001Nq-VB for pgsql-pkg-debian@postgresql.org; Thu, 11 Nov 2021 17:13:39 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1477:c900:5d64:ba0f:289:3e22]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4HqpG80sLBz3Dyd; Thu, 11 Nov 2021 18:13:36 +0100 (CET) Date: Thu, 11 Nov 2021 18:13:35 +0100 From: Christoph Berg To: "Pop, Sebastian" Cc: PostgreSQL in Debian , "Saidi, Ali" , "Csoma, Csaba" Subject: Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64 Message-ID: Mail-Followup-To: Christoph Berg , "Pop, Sebastian" , PostgreSQL in Debian , "Saidi, Ali" , "Csoma, Csaba" References: <1636497120606.54267@amazon.com> <1635266397152.45198@amazon.com> <1636650661046.35954@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1636650661046.35954@amazon.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Pop, Sebastian > > The benchmarks in > > https://www.postgresql.org/message-id/1C8D0E58-FB33-4105-AC00-8FA07621F5DD%40amazon.com > > don't look like the option is a game-changer. > > Since then we have seen benchmarks that are several orders of magnitude faster with LSE instructions. > I will get the new data and share. > > > Even if we are convinced, we don't have the infrastructure in the > > package yet to do architecture- and distribution-specific > > optimizations. Would you (Amazon?) be willing to sponsor the required > > package engineering? > > Yes, I am willing to do whatever is necessary to enable the flag on PostgreSQL builds for Ubuntu 20.04. > Please point me to the (git?) repo and the files that need to be changed. https://salsa.debian.org/postgresql/postgresql-common.git https://salsa.debian.org/postgresql/postgresql.git https://git.postgresql.org/gitweb/?p=pgapt.git;a=summary Christoph