help-gplusplus
[Top][All Lists]
Advanced

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

__attribute__ ((pure)) and friends


From: glenlow
Subject: __attribute__ ((pure)) and friends
Date: 2 Jul 2005 21:33:13 -0700
User-agent: G2/0.2

Dear All,

If a function is declared inline and is actually inlined by the
compiler, is there any benefit at all to also declaring it
__attribute__ ((pure)) or __attribute__ ((const))? Surely the compiler
has sufficient information then to determine if the function is indeed
pure or const.

Any differences in behavior between gcc 3.3/4 and 4.0?

Cheers,
Glen Low, Pixelglow Software
www.pixelglow.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]