This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc-performance::number of local variables


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]