Andy Shevchenko wrote: > In the snippets like the following > > if (...) > return / goto / break / continue ...; > else > ... > > the 'else' is redundant. Get rid of it.
What is the reason for this change? This results in 0.6% code size reduction. Is that really worth this effort? Ira [snip]

