Hacker News new | ask | show | jobs
by delta_p_delta_x 570 days ago
rustc targets LLVM IR by default, and I daresay the bulk of the optimisation and assembly-lowering work is done in LLVM. Which is solidly C++.