I want to know whether "Unused variables" are removed from compiled .ex4 file? (There is a warning for uninitialized variables not being used, but I found nothing about their removal from compiled .ex4 file)
What about unused functions, in previous version there was a message during compilation informing developer about removal of such functions.
My concern is memory management.
I want to know whether "Unused variables" are removed from compiled .ex4 file? (There is a warning for uninitialized variables not being used, but I found nothing about their removal from compiled .ex4 file)
What about unused functions, in previous version there was a message during compilation informing developer about removal of such functions.
What about unused uninitialized variables?
I couldn't identify that, with the file size of compiled .ex4 because every single compiled file has different size!
No change in .mq4 file but .ex4 file has different file size after each compilation!
What about unused uninitialized variables?
I couldn't identify that, with the file size of compiled .ex4 because every single compiled file has different size!
No change in .mq4 file but .ex4 file has different file size after each compilation!
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I want to know whether "Unused variables" are removed from compiled .ex4 file? (There is a warning for uninitialized variables not being used, but I found nothing about their removal from compiled .ex4 file)
What about unused functions, in previous version there was a message during compilation informing developer about removal of such functions.