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