You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/09/24 13:20:35 UTC

[GitHub] [incubator-nuttx] davids5 commented on pull request #1890: make/expression: improving up asm/C/C++ compile times(make with multi-jobs only)

davids5 commented on pull request #1890:
URL: https://github.com/apache/incubator-nuttx/pull/1890#issuecomment-698339539


   I did a little testing with PX4.
   
   `make clean;time make px4_fmu-v5x`
   It is two builds of nuttx on for FMU F7 one for the IO F1
   
   This PR:
   
   ```
   make clean;time make px4_fmu-v5x
   real	0m23.396s
   user	0m42.845s
   sys	0m11.689s
   ```
   
   master:
   ```
   make clean;time make px4_fmu-v5x
   real	0m22.699s
   user	0m42.993s
   sys	0m11.840s
   ```
   So I do not see the improvement. But I am glad you do!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org