Re: UP optimizations ..

From: Jamie Lokier
Date: Fri Aug 29 2003 - 01:56:02 EST


Daniel Egger wrote:
> Shouldn't these be marked const?

1. There's no need, because they are inline and simple enough to optimise.

2. GCC seems to ignore const and pure attributes on inline functions,
even when that would enable optimisation that it cannot see from the
function body.


-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/