49
Progress Report #26: rustc_codegen_gcc can now compile Rust for Linux!
(blog.antoyo.xyz)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Yes exacly. And I assume that the test suite of all of those project are long enough to average the usual jitter of wall time mesurement.
What I'm hoping to see is if rust+llvm vs rustc+gcc binary speed are within a few percents or if there is a real difference between the two (I'm expected that we eventually reach the former once thinLTO and other optimisations are implemented).
And while doing so it could also be possible to measure the difference in max RSS.
Good. I'll attempt to do that for the next update.