Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAchieving higher performance?
Hello i want to make my design as fast as possible to run uCLinux, my software is running at 40ms and should run at 8ms. I am using a linux with MMU, 50mhz clock, 32k Data and instruction Cache...
Altera_Forum
Honored Contributor
15 years agoMake sure you have compiled everything with -O2 or -O3.
Look at the generated code for your critical loops and check the compiler has made a reasonable job of it - and isn't spilling locals to the stack all the time, if it is change the C to give it a better chance.