Commit 0b002a8
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 9e21688 commit 0b002a8
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
538 | | - | |
539 | | - | |
540 | | - | |
| 538 | + | |
541 | 539 | | |
542 | 540 | | |
543 | 541 | | |
| |||
0 commit comments