• MrScottyTay
    link
    English
    58 months ago

    I wonder if the technology they’re waiting for is a more powerful arm processor?

    • datendefekt
      link
      fedilink
      78 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
        link
        English
        38 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.

        • @[email protected]
          link
          fedilink
          28 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!

          • MrScottyTay
            link
            English
            08 months ago

            Then maybe those chips that would help with that process is what they’re waiting for then.

            • @[email protected]
              link
              fedilink
              28 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.

    • @[email protected]
      link
      fedilink
      English
      28 months ago

      Architecture emulation for current gen games is exceptionally unlikely right now. At a fundamental level, wine/proton doesn’t change the instructions the code describes, rather it translates the input and output. It’s a reimplementation of the same instructions in Windows. For architecture crossing you’d either have to create virtual hardware, which adds tremendous overhead, or recompile the binary. Recompilation is theoretically possible, but for x86_64 to ARM64, for games no less, it’s beyond the realm of mortals. It’s like how some jokes can’t be translated between languages; the structure and vocabulary is just too different.

      • MrScottyTay
        link
        English
        18 months ago

        Microsoft and Apple have some form of x86 to Arm translation at the moment. Also I know it’s not something that’s really done now. I’m not arguing it can be done right this second cause valve are talking about that there’s something they want to do but can’t yet and need technology to get a bit better before they move on with their plan. I’m saying this feels like the most logical thing that they’re waiting for.

      • MrScottyTay
        link
        English
        48 months ago

        Did your uncle at valve spill the beans?