TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Is there any Rossetta 2 (SBT Static Binary Translation) alternative on Linux?

4 pointsby airswimmerabout 4 years ago
On an Apple Silicon chip such as M1 (ARMv8), x86 instructions can be translated statistically by Rossetta 2 when the program runs for the first time. It&#x27;s fast. Because Rossetta 2 does the SBT (Static Binary Translation).<p>I had used qemu to emulated an x86_64 Linux OS on a M1 MacBook Pro and it worked. But qemu is doing the JIT (Just-in-time compilation),the performance is so bad, very slow, hardly usable.<p>Is there any public implementation (opensource?) for doing the SBT on ARM64 based Linux which can run x86 instructions faster?

no comments

no comments