I hate compilers

62 points by cadey


alexrp

Clang silently runs wasm-opt from $PATH behind your back

TIL; madness. This prompted me to go verify that this doesn't affect zig cc, which thankfully it turns out not to because this only runs when using clang as the linker driver.

Clang relies on address layout for ordering things

I would personally consider this a bug and report it as such, assuming it still occurs on the latest release.