Ryan Libby 1bd8c5e427 bitset: avoid pessimized code when bitset size is not constant
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.

Reviewed by:	markj
Discussed with:	jeff
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D22639
2019-12-03 17:43:57 +00:00
..
2019-12-02 19:57:39 +00:00
2019-11-29 14:02:32 +00:00
2019-11-28 02:32:17 +00:00
2019-12-03 17:43:52 +00:00
2019-11-28 02:32:17 +00:00
2019-11-24 23:21:47 +00:00
2019-12-03 14:46:38 +00:00
2019-12-03 14:46:38 +00:00
2019-09-27 19:17:40 +00:00