One question, i think only Erel can answer.
In the generated object code, sub and constants not actually used (as indicated by the IDE) are still included, or the compiler/optimizer prunes unused code?
The reasoning behind this question is the usage of common modules across different projects, where project A uses sub 1,2, and 3, while project B uses only sub 1.
All subs are in the same code module.
In the generated object code, sub and constants not actually used (as indicated by the IDE) are still included, or the compiler/optimizer prunes unused code?
The reasoning behind this question is the usage of common modules across different projects, where project A uses sub 1,2, and 3, while project B uses only sub 1.
All subs are in the same code module.