logoalt Hacker News

AndyKelleylast Thursday at 8:26 PM3 repliesview on HN

Basically, not depending on LLVM or LLD. The above is only possible because we invested years into making our own x86_64 backend and our own linker. You can see all the people ridiculing this decision 2 years ago https://news.ycombinator.com/item?id=36529456


Replies

unclad5968last Thursday at 8:37 PM

LLVM isnt a good scapegoat. A C application equivalent in size to a rust or c++ application will compile an order of magnitude quicker and they all use LLVM. I'm not a compiler expert, but it doesn't seem right to me that the only possible path to quick compilation for Zig was a custom backend.

show 2 replies
zozbot234last Thursday at 9:39 PM

The Rust folks have cranelift and wild BTW. There are alternatives to LLVM and LLD, even though they might not be as obvious to most users.

VeejayRampayyesterday at 9:50 AM

what is even the point of quoting reactions from two years ago?

this is a terrible look for your whole community

show 1 reply