Files
memtest86plus/tests
Lionel Debroux 2f6ab949ae Significantly optimize the bit fade and own addr tests for size, by folding near-identical switch case bodies together, and removing code duplication by merging pattern_fill() and pattern_check(). Also, add a rep stos[lq] path in the bit fade test.
Before:
   text    data     bss     dec     hex filename
   1581       4       0    1585     631 tests/bit_fade.o
   1236       0       0    1236     4d4 tests/own_addr.o

After:
   text    data     bss     dec     hex filename
   1013       4       0    1017     3f9 tests/bit_fade.o
    787       0       0     787     313 tests/own_addr.o
2025-02-10 22:05:21 +01:00
..
2024-08-30 13:38:46 +02:00
2024-08-30 13:38:46 +02:00
2023-11-29 12:45:17 +01:00