mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 00:35:47 +00:00
Use spans over guest memory where possible instead of copying data.
This commit is contained in:
parent
378fee4c18
commit
42638691b5
22 changed files with 462 additions and 233 deletions
|
@ -122,6 +122,7 @@ struct PageTable {
|
|||
* corresponding attribute element is of type `Memory`.
|
||||
*/
|
||||
VirtualBuffer<PageInfo> pointers;
|
||||
VirtualBuffer<u64> blocks;
|
||||
|
||||
VirtualBuffer<u64> backing_addr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue