Page MenuHomeFreeBSD

libkern: remove old ffs/fls routines
ClosedPublic

Authored by mhorne on Jun 21 2023, 4:39 PM.
Tags
None
Referenced Files
F134964647: D40699.id123619.diff
Wed, Nov 5, 11:42 AM
Unknown Object (File)
Sun, Nov 2, 11:34 PM
Unknown Object (File)
Wed, Oct 29, 3:30 PM
Unknown Object (File)
Wed, Oct 29, 11:31 AM
Unknown Object (File)
Wed, Oct 29, 10:37 AM
Unknown Object (File)
Wed, Oct 29, 10:11 AM
Unknown Object (File)
Wed, Oct 29, 10:08 AM
Unknown Object (File)
Sun, Oct 26, 3:57 PM
Subscribers
None

Details

Summary

These are poorly optimized (linear search), and we now prefer the
compiler builtin routines on all platforms. These files can be removed.

Note that we still have copies of these slow routines in libc, e.g.
lib/libc/string/ffsl.c.

Diff Detail

Repository
rG FreeBSD src repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 52239
Build 49130: arc lint + arc unit