Re: optimal way to use Memory Chunks



Gus Koppel wrote:
Too much
ardour for that might let some people end up one terrible day by writing
x = g_math_add (g_math_sub (a, g_math_mul (b, c)), d);
instead of just
x = a - b * c + d;

You mean of course
g_math_assign(&x, g_math_add (g_math_sub (a, g_math_mul (b, c)), d));

Stefan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]