Re: Optimization problem with local array initializers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hi Ahti,
I believe the compiler is warning you that the initialize is not computable
AT LOAD TIME. Which means it will be calculated AT RUN TIME, which may be
a performance hit that you wouldn't want to incur.
HTH,
--Eljay
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]