Hacker News new | ask | show | jobs
by parentheses 1521 days ago
With both projects, how much of the improvement is simply building for the second time?
1 comments

For Rust, I think improvement was almost entirely due to LLVM producing faster code. That's not applicable to Zig case, since both old and new compiler use LLVM. I don't know enough about Zig to answer.