Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » how to reduce binary size?
Re: how to reduce binary size? [message #59510 is a reply to message #59506] Tue, 10 January 2023 16:27 Go to previous messageGo to previous message
Novo is currently offline  Novo
Messages: 1430
Registered: December 2006
Ultimate Contributor
By merging multi source files into a big one BLITZ not only reduces compilation time but also improves compiler optimization because when compiler can see more source code in one pass it is able to perform better optimization. By doing this code size can increase (because of aggressive inlining) or decrease. It depends on code.

The easiest way to understand why your app is big is to generate a map file and analyze it with amap. Smile
If you post your map-file here I'll tell you what is wrong with your app.


Regards,
Novo
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Free useful tools for the U++ Developer
Next Topic: 13600K vs 2400G
Goto Forum:
  


Current Time: Thu Jun 12 11:58:41 CEST 2025

Total time taken to generate the page: 0.04254 seconds