[fpc-devel] membar instruction

Micha Nelissen micha at neli.hopto.org
Sat Feb 23 17:16:56 CET 2008


Dariusz Mazur wrote:
> Hi
>  is there in FPC a membar instruction, like #StoreLoad macro or smp_mb();

ReadBarrier, ReadDependencyBarrier, ReadWriteBarrier, WriteBarrier; in
system unit.

> and second need instruction is NOOP

Don't know about this one, can't you use a do nothing loop?

Micha



More information about the fpc-devel mailing list