Results for the PGO of the Nim compiler - 
[https://gist.github.com/Yardanico/e5ef5130b43f3d4e6f8c308ee910c1c3](https://gist.github.com/Yardanico/e5ef5130b43f3d4e6f8c308ee910c1c3)

In short:

  * `-d:danger`:
    * 3.64 s `tests_cpu.nim` from arraymancer
    * 4.01 s compiler itself
  * `-d:danger` with PGO (generated from compiler runs from these two cases)
    * 3.22 s `tests_cpu.nim` from arraymancer
    * 3.26 s **(!!!)** compiler itself


Reply via email to