On 2016-11-02 04:03, Rosen Penev wrote:
> Manually adding pure allows the compiler to optimize several
> functions for better performance. All were found with gcc's
> -Wsuggest-attribute=pure. The switch is conservative meaning there are
> more such functions.
>
> Signed-off by: Rosen Penev
Pleas
Manually adding pure allows the compiler to optimize several functions for
better performance. All were found with gcc's -Wsuggest-attribute=pure. The
switch is conservative meaning there are more such functions.
Signed-off by: Rosen Penev
---
avl-cmp.h | 6 --
avl.c | 2 ++
blob.h