From: Alessio Podda Date: Thu, 13 Aug 2026 17:38:59 +0000 (+0000) Subject: chg: dev: Prevent false sharing by aligning some zone and db fields X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0034781fbfb69774781f894af1acb28ef5861352;p=thirdparty%2Fbind9.git chg: dev: Prevent false sharing by aligning some zone and db fields The zone refcount, zone dblock, db refcount and db lock are pretty contended in setups serving few big zones, such as TLDs. We add alignment to both in order to prevent false sharing between them. Merge branch 'alessio/aligned-atomics-v4' into 'main' See merge request isc-projects/bind9!12513 --- 0034781fbfb69774781f894af1acb28ef5861352