Open jamesmunns opened 5 years ago
I'm open to solutions that reduce code size in debug mode, as long as they don't make things worse in other ways.
Also, one of the issues the working group wants to address this year is to allow Cargo to compile dependencies with a different profile from the rest of the code (i.e. optimize dependencies for size, while keeping the advantages of debug mode for your own code). If that happens, this should alleviate this problem.
It seems that the LL registers generate a lot of code:
This disappears in release: