Page MenuHomeFreeBSD

subr_pctrie: improve iter nbr search
ClosedPublic

Authored by dougm on Oct 20 2024, 4:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 17, 2:34 AM
Unknown Object (File)
Fri, Sep 4, 4:46 PM
Unknown Object (File)
Fri, Sep 4, 8:13 AM
Unknown Object (File)
Thu, Sep 3, 11:02 PM
Unknown Object (File)
Thu, Sep 3, 8:28 PM
Unknown Object (File)
Thu, Sep 3, 8:01 PM
Unknown Object (File)
Wed, Sep 2, 9:56 AM
Unknown Object (File)
Wed, Sep 2, 8:11 AM
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