Hacker News new | ask | show | jobs
by kristoff_it 1047 days ago
True, current compilation times with Zig are not yet optimal. We're getting there though. As our own custom backends become complete enough we will be able to enable incremental compilation and the aim is for instant rebuilds of arbitrarily large projects.

Here people can read more: https://kristoff.it/blog/zig-new-relationship-llvm/

Since that post was written we completed the transition to self-hosted and the x86_64 backend is getting close to passing all behavior tests.