What's the biggest change you would like to see in computing/tech? - eviltoast
  • porgamrer@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    10 months ago

    LLVM is ironically a very slow compiler back-end, whose popularity has contributed to a general slow-down in compilation speed across the whole industry (it’s even slow at doing debug builds for fast iteration).

    WASM has some promise though

    • onlinepersona@programming.devOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      Doesn’t really matter if the compiler is slow if the result is optimized and fast 🤷 Rust compiles slower than C, but that’s because C has no safeguards (excluding static typing). Very often the wasted CPU cycles are on the end of the user, not the developer.