gcc-performance::number of local variables

Clemens Eisserer linuxhippy@gmail.com
Mon Jun 1 12:13:00 GMT 2009


Hi,

> A version 2 there is one local variable allocation less than at version 1.Is this step automatically done by gcc, or can i
> improve the performance of code by doing this myself?
Such simple optimizations are done automatically by gcc, no need at
all to change your code.

- Clemens



More information about the Gcc-help mailing list