- Joined
- Aug 7, 2013
- Messages
- 1,342
Hi,
Suppose I'm using constants to represent raw codes so I can do high level coding (e.g. instead of writing 'Hpal', I can write something like HUMAN_PALADIN).
In my case I've already got almost 2000 thousand such constants.
So will the compiler inline all these constants, and then delete the libraries which hold them to save map space? Or would this be something I would have to do myself?
Suppose I'm using constants to represent raw codes so I can do high level coding (e.g. instead of writing 'Hpal', I can write something like HUMAN_PALADIN).
In my case I've already got almost 2000 thousand such constants.
So will the compiler inline all these constants, and then delete the libraries which hold them to save map space? Or would this be something I would have to do myself?