Re: [dev] st: Large pile of code

From: markus schnalke <meillo_AT_marmaro.de>
Date: Thu, 25 Apr 2013 12:38:02 +0200

[2013-04-24 17:14] random832_AT_fastmail.us
>
> A) Why do min and max need to be macros at all?

That's the point, IMO. All the problems are introduced by performance
optimizations that might not even necessary. If you write it as a
function you simply don't need to care for double-evaluation. It will
just work as expected ... and in many cases the compiler will do the
optimization for you. Show me the case that really needs a macro!


meillo
Received on Thu Apr 25 2013 - 12:38:02 CEST

This archive was generated by hypermail 2.3.0 : Thu Apr 25 2013 - 12:48:06 CEST