Closed felix-gohla closed 2 years ago
Lgtm. Do you have data on how much storage is saved for our case?
Lgtm. Do you have data on how much storage is saved for our case?
The AVR version with assertion verification now is like 80K and without this fix, it overflowed the .text section by another 40K and didn't even compile (so around 160K in total).
Reduces code size for the binary output.
Fixes an issue, where the code couldn't be successfully compiled for AVR because the
.text
section overflowed the available storage.