> * Mathieu Desnoyers (
mathieu.desnoyers@polymtl.ca) wrote:
> > * Lai Jiangshan (
laijs@cn.fujitsu.com) wrote:
> > >
> > > this patch use a new probes manager for marker.
> > >
> > > the most important benefit of this patch is:
> > > 1) smp_rmb() is removed from the critical path. as we know rmb()
> > > is very expensive.
> > >
> >
> > Do you have performance measurements for this ? On x86 it's a nop,
> > AFAIK.
>
> My statement above is inexact : x86_64 uses lfence for rmb(). But
> numbers would still be welcome.