On 8/26/25 10:58 PM, John Hubbard wrote:
I have no idea "where appropriate" is, here. These are not hot paths, and
the existing pci.rs methods such as Device::vendor_id() are not inlined,
and so my initial approach is to just not inline any of this...

I think we can inline those functions that only consist out of a single constructor (i.e. Self {...}) or a single function call either way.

Reply via email to