• Josh@lemm.ee
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 days ago

    Not sure whether to be excited or concerned.

    I think this is a necessary and inevitable consequence of the insurgence of competitive ARM CPUs unencumbered by legacy ISAs (mainly the ones from Apple, I’m not sure Samsung’s is even in the conversation). If the Apple Silicon chips are any indication, the performance benefits could be massive.

    But if Intel cuts AMD out, or price-gouges them for the “honor” of developing compatible CPUs, that hurts the whole industry—even Intel—in the long run. And I don’t trust the bean counters at Intel to take the long view over the earnings of next fiscal quarter.

    • Mihies@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      2 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.

      • Dubiousx99@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 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@programming.dev
          link
          fedilink
          arrow-up
          2
          ·
          2 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.