• datendefekt
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    8 months ago

    Highly doubt it, because pretty much all games are compiled for x86, and would require dynamic recompilation, which I’m turn costs performance.

    Or… they could perform the recompilation beforehand just like the precompiled shaders. Hmmm… that would make it pretty viable!

    • MrScottyTay@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      3
      ·
      8 months ago

      I think it’s well in valves wheelhouse after proton to do something similar and revolutionise x86 to ARM translation. But at the moment better chips still need to arrive for that too be good enough for a product to built around. Which is why it’s the first thing i think of when they say they need technology to advance more before they make a new steam deck.

      • Chobbes@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        8 months ago

        x86 to ARM translation is a fairly different problem than what proton solves, so I don’t think it’s clearly in their wheelhouse. Proton / wine is mostly just an implementation of windows libraries on Linux, but doing efficient x86 emulation on arm is a compiler problem. I would guess that Valve could do it or at least hire people to do it, but it’s a bit of a different skill set. Doing x86 efficiently on ARM (particularly with concurrency) also likely involves some extensions to ARM like Apple does with their chips. I haven’t heard if the snapdragon elite chips have anything for x86 compatibility baked in at all. Frankly, I’m treating the snapdragon elite with a fair degree of scepticism until you can actually buy the thing, but I hope it’s good!

          • Chobbes@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            8 months ago

            I don’t think they’re waiting for ARM specifically. If that ends up working out, sure, but if they can get x86 with the right power to performance ratio I doubt they would complain.