This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -funswitch-loops not effective?
On Jan 18, 2005, at 2:54 PM, Mark Mitchell wrote:
Giovanni Bajo wrote:
Actually, to clarify, only within the member initialization list of
Foo's
constructor, where you can explicitally call the const member's
constructor.
After that, the body of the construct of Foo is no different from
other
member functions, in that it cannot modify the const member's
contents.
Correct.
Also note the current tree aliasing mechanism does not take in effect
structs that well.
-- Pinski