From: Colin Vidal Date: Thu, 11 Sep 2025 12:21:24 +0000 (+0200) Subject: fix: dev: do not inline dns_zone_gethooktable X-Git-Tag: v9.21.14~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7156fe57ae383bfe4aceabfaf06a45598c92bd6;p=thirdparty%2Fbind9.git fix: dev: do not inline dns_zone_gethooktable Since !10959 `dns_zone_gethooktable()` is only called once per query, and the suspicion (from perflab analysis) that this (simple, as just returning a pointer) call was slowing things down (perhaps because of code locality reasons?) doesn't matter anymore. So even if !10959 inlined it, it shouldn't matter anymore. Merge branch 'colin/minimize-hooktable-lookup-followup' into 'main' See merge request isc-projects/bind9!10962 --- e7156fe57ae383bfe4aceabfaf06a45598c92bd6