Forum Discussion
Altera_Forum
Honored Contributor
21 years agoSmall C Lib
I was generating a small project in the IDE to give some benchmarks on code size for different compiler/linker options. The program was the hello_world + the following: double x, y, z; ...
Altera_Forum
Honored Contributor
21 years agoYou can see the affects of using these memory footprint optimizations by looking at the Nios II Software Developer's Handbook, 4-23 (good idea to read through this part not only to find out how to reduce the footprint, but to also find out the consequences of making these changes).