• @[email protected]
    link
    fedilink
    91 year ago

    Where are the true killers with arm based chips? And how is the linux version of rosetta 2 doing? Can we run x86 games on arm Linux?

    • @[email protected]
      link
      fedilink
      51 year ago

      And how is the linux version of rosetta 2 doing?

      What? You mean how is the linux version of mac version of qemu? Alive and kicking! Same for box86 and box64. Binary tralsators existed before Apple started making x86 computers.

      • @[email protected]
        link
        fedilink
        11 year ago

        Sorry, i was very late with this whole arm hype 😅 never knew that rasp pi was arm prior Apple silicone 🫣 But Indeed, it is very nice seeing that fast progress there and I hope linux arm goes mainstream and thus get even more supported by app developers and investors.

    • @[email protected]
      link
      fedilink
      31 year ago

      Don’t Apple’s chips have specific hardware support to make Rosetta 2 as effective as it is? I’ve been really hoping other manufacturers find a way to do something similar.

      • @[email protected]
        link
        fedilink
        1
        edit-2
        1 year ago

        Yes they do, and you can bet that’ll go away as soon as Apple thinks x86 isn’t important (to them).

      • @[email protected]
        link
        fedilink
        1
        edit-2
        1 year ago

        I don’t know about hardware support, but I found this article on box86.org which seems to be the best alternative to rosetta on Linux. The performance drop on box64 vs native is still much greater than the performance drop in rosetta:

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

        Edit: many infos about Rosetta under the hood: https://github.com/FFRI/ProjectChampollion

        I found nothing, that implies that there would be specific hardware features in m1 for making the translation faster. Only that it does translation mainly ahead-of-time (AOT) and saves “that version” of the app somewhere as cache). I only scrolled through it and did not read it all, so maybe I missed it.