• @Mihies
    link
    22 days ago

    I guess it’s time to get rid of legacy stuff in modern chips. If nothing else, to make them cheaper to produce. Older instruction sets can still be emulated, just like Apple did it. Said that, I doubt that there will be massive performance gains just from this because it’s still the same architecture, but let’s hope if this actually sees the light.

    • @[email protected]
      link
      fedilink
      12 days ago

      If those instruction sets take up a set place on the processing pipeline, eliminating them could be a huge performance boost. Additionally, the removal of the instruction sets would reduce the size of the chip’s die which could result in shorter signal paths.

      • @Mihies
        link
        22 days ago

        I don’t have enough hardware knowledge to dispute that, but I have a feeling that’s not that easy to gain massive performance boost. If I recall correctly, the biggest Apple’s ARM CPU advantage has to do with fixed instruction length whereas x86 is variable. Fixed one gives you an prediction advantage because you exactly know how many instructions are in cache and where are they located - something along this. But let’s hope for the better.