this post was submitted on 13 May 2026
30 points (100.0% liked)

Programming

26909 readers
242 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I can't find the source code for this, I am posting here to save it to remind myself to search later.

top 5 comments
sorted by: hot top controversial new old
[–] ExperimentalGuy@programming.dev 0 points 6 hours ago (1 children)

What's the point of this when you can compile between ISAs using a build tool and source? When would you need to cross compile a binary after building?

[–] jdr@lemmy.ml 2 points 6 hours ago

Because you don't have the source or because you can't configure the cross-compiler

[–] kibiz0r@midwest.social 1 points 12 hours ago (1 children)

Elevator achieves performance on par with or better than QEMU's user-mode JIT emulation.

QEMU is a weird pick here. Why not FEX?

[–] refalo@programming.dev 1 points 7 hours ago (1 children)

Why is it "weird"? It has been around much longer AFAIK.

[–] moonpiedumplings@programming.dev 2 points 6 hours ago* (last edited 6 hours ago)

Because fex/box86 have the ability to run arm binaries linked to x86 libraries, netting signficantly greater performance. In addition to other tricks.

https://box86.org/2022/03/box86-box64-vs-qemu-vs-fex-vs-rosetta2/