4 ms·
Rough. It seems like there's a lot of poor engineering in the compiler :( I almost wonder if the new gcc backend will be better but then I remember clang is sig
by ArrayBoundCheck 4y ago
Rough. It seems like there's a lot of poor engineering in the compiler :( I almost wonder if the new gcc backend will be better but then I remember clang is significantly faster than gcc
- dymk 4y agoPoor engineering? They’re effectively implementing a constraint solver. It’s not even semantically buggy, it’s just a perf bug. Compilers are hard.