|
From: | Paolo Bonzini |
Subject: | Re: [RFC 06/13] rust: add bindings for memattrs |
Date: | Fri, 6 Dec 2024 09:28:44 -0500 |
> is still decently packed and simplifies things a lot.
The old struct is 4 bytes, and the new one is 8 bytes.
We do
a lot of directly passing 'struct MemTxAttrs' arguments around
as arguments to functions (i.e. not passing pointers to them),
so increasing it in size is not completely free.
thanks
-- PMM
[Prev in Thread] | Current Thread | [Next in Thread] |