petroben
Joined: 09 Nov 2023 Posts: 1
|
|
Posted: Thu Nov 09, 2023 12:14 am |
|
|
It's possible that the addition of new items and changes in control flow affected the overall code structure, leading to optimizations or expansions by the compiler. Additionally, the compiler may have generated extra code for alignment or other reasons. Code size can be influenced by various factors, and sometimes it's not a direct correlation with the lines of code or instructions added. If you're concerned about code size, you might want to explore compiler optimization flags or settings. _________________ Nick |
|