We have a couple optimizations for when the bitset is known to be just
one word. But with dynamically sized bitsets, it was actually more work
to determine the size than just to do the necessary computation. Now,
only use the optimization when the size is known to be constant.
Details
Details
kyua test -k /usr/tests/sys/Kyuafile
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/sys/bitset.h | ||
---|---|---|
37 ↗ | (On Diff #65151) | I'd add a brief comment explaining why this is used. |