Commit edc4e57
committed
Use De Brujin-based top priority helper in scheduler
Replace the iterative bitmap scanning with the De Bruijn multiply+LUT
method via the new helper. This change makes top-priority selection
constant-time and deterministic.1 parent 96d1b23 commit edc4e57
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | | - | |
531 | | - | |
532 | | - | |
| 530 | + | |
533 | 531 | | |
534 | 532 | | |
535 | 533 | | |
| |||
0 commit comments