|
|
|
|
|
by junon
528 days ago
|
|
Thanks for the information! > Passing buffers by virtual memory remapping is expensive, so we use memcpy everywhere. Curious if you could expand on this a bit; memcpy still requires that two buffers are mapped in anyway. Do you mean that avoiding maps is more important than avoiding copies? Or is there something inherent about multiple linear addresses -> same physical address that is somehow slower on modern processors? |
|