← Back to context

Comment by kenoath69

20 hours ago

Where is Cranelift mentioned

My 2c on this is nearly ditching rust for game development due to the compile times, in digging it turned out that LLVM is very slow regardless of opt level. Indeed it's what the Jai devs have been saying.

So Cranelift might be relevant for OP, I will shill it endlessly, took my game from 16 seconds to 4 seconds. Incredible work Cranelift team.

Nice, I checked a while ago and was no support for macOS aarch64, but seems that now it is supported.

Wait. You were going to ditch rust because of 16 second build times?

  • "Wait. You were going to ditch subversion for git because of 16 second branch merge times?"

    Performance matters.

  • 16 seconds is infuriating for something that needs to be manually tested like does this jump feel too floaty.

    But it’s also probable that 16 seconds was fairly early in development and it would get much worse from there.