From: Evan Hunt Date: Tue, 25 Feb 2025 18:37:49 +0000 (+0000) Subject: fix: dev: Save time when creating a slab from another slab X-Git-Tag: ondrej/lock-free-qpzone-reads-v1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf981ab13b03fcce4c4a20468f5b7b25e910b565;p=thirdparty%2Fbind9.git fix: dev: Save time when creating a slab from another slab The `dns_rdataslab_fromrdataset()` function creates a slab from an rdataset. If the source rdataset already uses a slab, then no processing is necessary; we can just copy the existing slab to a new location. Closes #5188 Merge branch '5188-optimize-makeslab' into 'main' See merge request isc-projects/bind9!10162 --- cf981ab13b03fcce4c4a20468f5b7b25e910b565