Files
nuttx/mm
Ville Juven 1abcb6a090 mm/gran: Speed optimize gran_match
The original code did the speedup only from the other direction (from end
to start). If the starting GAT index has reservations, they are not skipped
as a bunch, but instead the GAT is iterated bit-by-bit, causing a massive
performance issue.

Fix this by:
- Skipping full GATs right away
- Skipping all of the reserved bits from the starting GAT as a bunch
2024-11-20 01:07:01 +08:00
..
2024-10-30 08:40:32 +08:00
2024-11-01 11:44:14 -03:00
2024-11-01 16:59:37 +08:00