▲ | wiz21c 2 days ago | |||||||
maybe I'm wrong, but rust is still using LLVM. When I see that list of benefits, I wonder why rust is still on LLVM... (honest question, I use rust everyday and I'm happy with it, except for compilation times :-) ) | ||||||||
▲ | zozbot234 2 days ago | parent | next [-] | |||||||
Rust has cranelift as a natively bootstrapped alternative these days. No different from Golang or Zig. | ||||||||
| ||||||||
▲ | rowanG077 2 days ago | parent | prev [-] | |||||||
Rust depends heavily on the llvm optimization pipeline afaik. So it would be a heavy investment to write native backends. |