Forum Discussion
Altera_Forum
Honored Contributor
14 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.