1. 3
  1.  

  2. 1

    This is fantastic, I wonder what the Rust equivalent of this type of optimization is?

    1. 1

      Well, the author abandoned C for assembly after a short while… Rust would probably similarly be abandoned.

      It would be interesting to see the related compiler flags, however. I do know of #![no_std] but I’m not so sure how to bypass the system’s expectation of a main function.