←back to thread

302 points Bogdanp | 1 comments | | HN request time: 0.001s | source
Show context
kenoath69 ◴[] No.44391211[source]
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.

replies(4): >>44391249 #>>44391266 #>>44391956 #>>44392493 #
jiehong ◴[] No.44391249[source]
I think that’s what zig team is also doing to allow very fast build times: remove LLVM.
replies(1): >>44391281 #
1. norman784 ◴[] No.44391281[source]
Yes, Zig author commented[0] that a while ago

[0] https://news.ycombinator.com/item?id=44390972