This is an automated archive made by the Lemmit Bot.

The original was posted on /r/programminglanguages by /u/rejectedlesbian on 2024-08-11 07:38:50+00:00.


So in terms of compiler backends i am seeing llvmir used almost exclusively by basically anyvsystems languge that’s performance aware.

There Is hare that does something else but that’s not a performance decision it’s a simplicity and low dependency decision.

How feasible is it to beat llvm on performance? Like specifcly for some specialised languge/specialised code.

Is this not a problem? It feels like this could cause stagnation in how we view systems programing.