Forum Discussion
Altera_Forum
Honored Contributor
15 years agoPerformance APIs fail during compilation in version 10.0 SP1
Hello, I'm using NIOSII software development tool version 10.0 SP1. I'm using sopcinfo file built in version 10.0 sp1. During compilation of my software I receive the following error: una...
Altera_Forum
Honored Contributor
15 years agoYes, except that the gcc4 versions will execute slower because the data is no longer in the 'small' data area and thus not accessible by a single instruction. Instead the address must be calculated and a register used, although this probably only adds one instruction, gcc tends to cache the address in a register leading to additional register pressure and register spills to stack.