Page MenuHomeFreeBSD

isa_common: find next bit faster
ClosedPublic

Authored by dougm on Jul 31 2023, 6:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 19 2024, 9:50 AM
Unknown Object (File)
Mar 20 2024, 12:38 AM
Unknown Object (File)
Mar 19 2024, 7:47 PM
Unknown Object (File)
Mar 17 2024, 7:30 AM
Unknown Object (File)
Mar 17 2024, 7:30 AM
Unknown Object (File)
Mar 17 2024, 7:30 AM
Unknown Object (File)
Mar 14 2024, 3:00 PM
Unknown Object (File)
Jan 12 2024, 6:05 AM
Subscribers
None

Details

Summary

Since ffs is no longer implemented with a linear search, find_next_bit can work in constant time, with masking.

Diff Detail

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

Event Timeline

dougm requested review of this revision.Jul 31 2023, 6:12 PM
dougm created this revision.

The change is good... but I wonder how many systems have isa pnp cards these days...

This revision is now accepted and ready to land.Jul 31 2023, 11:12 PM
This revision was automatically updated to reflect the committed changes.