Comment on Valve is working on a version of proton for ARM devices
PrivateNoob@sopuli.xyz 1 month agoTrue, but I feel like having to reroute x86 calls to ARM will produce more overhead than just Proton.
Comment on Valve is working on a version of proton for ARM devices
PrivateNoob@sopuli.xyz 1 month agoTrue, but I feel like having to reroute x86 calls to ARM will produce more overhead than just Proton.
entropicdrift@lemmy.sdf.org 1 month ago
Depends on how it’s implemented. If they have a version of Proton that translates all x86 windows syscalls to ARM Linux, some operations could be extremely efficient.
There’s definitely got to be more overhead overall, though. Especially for devices with memory page sizes other than 4K, like the M-series Apple chips do (they use 16K as their page size), likely a VM will need to be sandwiched in there to ensure memory alignment. It’ll more fully be emulation and not just translation.