On Thu, Aug 07, 2025 at 03:54:06PM +0200, Paolo Bonzini wrote: > Date: Thu, 7 Aug 2025 15:54:06 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: Re: [RFC 12/26] rcu: Make rcu_read_lock & rcu_read_unlock not > inline > > On 8/7/25 14:30, Zhao Liu wrote: > > Make rcu_read_lock & rcu_read_unlock not inline, then bindgen could > > generate the bindings. > > > > Suggested-by: Paolo Bonzini <pbonz...@redhat.com> > > Signed-off-by: Zhao Liu <zhao1....@intel.com> > > Either this, or keep it inline and add wrappers rust_rcu_read_lock() and > rust_rcu_read_unlock().
I see, the wrappers are better - we can keep the performance gain from inline at C side. Thanks, Zhao