Page MenuHomeFreeBSD

subr_pctrie: improve iter nbr search
ClosedPublic

Authored by dougm on Oct 20 2024, 4:57 AM.
Tags
None
Referenced Files
F162935688: D47207.diff
Sat, Jul 18, 11:37 AM
Unknown Object (File)
Thu, Jul 9, 11:27 PM
Unknown Object (File)
Sat, Jul 4, 7:44 PM
Unknown Object (File)
Fri, Jul 3, 5:12 AM
Unknown Object (File)
Thu, Jun 25, 11:58 PM
Unknown Object (File)
Sun, Jun 21, 11:34 PM
Unknown Object (File)
Sun, Jun 21, 1:57 AM
Unknown Object (File)
Jun 17 2026, 11:09 PM
Subscribers

Details

Summary

pctrie_toval(node) can be applied to either a leaf or an internal node; in the latter case it provides the address of the pn_owner field. In a couple of places where a neighbor search is about to begin for an iterator, the current code distinguishes the leaf and non-leaf cases in a way that isn't really necessary. This change shrinks each function by 16 bytes, and by a branch instruction.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable