Nobody
2011-08-19 04:46:33 UTC
When optimizing the compiler may choose to delay some operations up to the point when the result is first used. Is there a standard way to communicate to the compiler, that at a certain point in code all calculations should be finished or, if not, is there a gcc extension to care for that?