You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/02/23 07:15:22 UTC

[GitHub] [mynewt-nimble] KKopyscinski commented on pull request #919: controller: optimize code size based on roles

KKopyscinski commented on pull request #919:
URL: https://github.com/apache/mynewt-nimble/pull/919#issuecomment-783965618


   Code size improvement (controller):
   | app | size before - FLASH | size before - RAM | size after - FLASH | size after - RAM | delta (FLASH) | delta (RAM) |
   | --- | --- | --- | --- | --- | --- | ---| 
   | advertiser | 35606 | 2555 | 12340 | 2116 | 23266 | 439 |
   | scanner | 35606 | 2555 | 11871 | 2385 | 23735 | 170 |
   | blecent | 35606 | 2555 | 30300 | 2423 | 5306 | 132 |
   | bleprph | 35606 | 2555 | 31213 | 2290 | 4393 | 265 |


----------------------------------------------------------------
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