Re: Bloat caused by unnecessary calls to compound_head()?

From: George Spelvin
Date: Sun Mar 27 2016 - 16:33:12 EST


Could you just mark compound_head __pure? That would tell the compiler
that it's safe to re-use the return value as long as there is no memory
mutation in between.