6 ms·
You don't even need to do this: qemu support for executing arm64 binaries is fairly good, so you can just run the builds on your beefy x86 server anyways.
by structural 6y ago
You don't even need to do this: qemu support for executing arm64 binaries is fairly good, so you can just run the builds on your beefy x86 server anyways.
- fulafel 6y agoWhat's the single thread performance difference of a fast x86 cpu running emulated ARM code vs a fast ARM server or an AWS ARM instance?
- fluffything 6y agoIt's quite fast if you use qemu-user.
- fulafel 6y agoqemu-user just gets you native speed sustem calls right? That's normally <10% of execution time so it can't be a very big help.