Re: [RFC PATCH] LKMM: Add ctrl_dep() macro for control dependency

From: Florian Weimer
Date: Fri Oct 01 2021 - 12:26:38 EST


* Mathieu Desnoyers:

> One cheap way to achieve said R->W dependency (as well as R->RW on
> architectures which to not reorder R->R) is to ensure that the
> generated assembly contains a conditional branch.

Will any conditional branch do, or is it necessary that it depends in
some way on the data read?

Thanks,
Florian