We just accomplished two big milestones:

  • We can now compile Rust for Linux without any patches to cg_gcc.
  • We can compile, run and pass all the tests from the most popular crates. This is huge!

all 6 comments

sorted by: hot top controversial new old
[–] 7 points 2 years ago (1 child)

Now that you can compile and run tests, how performant are they compared to rustc+llvm? I know that thinLTO is not yet enable, and I guess a few other important optimisation, but I'm interested to know what we can already get.

  • source
  • hideshow 2 child comments
  • [–] [S] 2 points 2 years ago (1 child)

    Do you mean the performance of the tests themselves? If so, how would you suggest that I measure this? By just comparing the execution time?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 2 years ago

    Great to see that this moves forward in a steady pace. And being able to compile Rust for Linux seems like a nice milestone, especially since many objections initially against rust in the kernel was about GCC support.

  • source
  • [–] 4 points 2 years ago

    This is incredible. Congrats!

  • source