Hi,
I'm really strapped for code space in the device. Currently running at 99%-100%...
I know some changes are coming in a future release that may help, but I've just hit the 100% on code that needs to go in production now (and actually not everything I need is in there)
=> I'd like to understand what infuences the space code takes so I can trim it where it makes sense.
- pure text size of the code => can I save by using shorter var names ?
- purging all server.log (which will make me run blind) is an obvious one, but does it make a big difference ?
- use of enums vs. strings for keys ?
Strangely enough, I've noticed that it happens that I remove a piece of code (just delete it) but that by doing that the % used code goes up ... strange...
Thx,
I'm really strapped for code space in the device. Currently running at 99%-100%...
I know some changes are coming in a future release that may help, but I've just hit the 100% on code that needs to go in production now (and actually not everything I need is in there)
=> I'd like to understand what infuences the space code takes so I can trim it where it makes sense.
- pure text size of the code => can I save by using shorter var names ?
- purging all server.log (which will make me run blind) is an obvious one, but does it make a big difference ?
- use of enums vs. strings for keys ?
Strangely enough, I've noticed that it happens that I remove a piece of code (just delete it) but that by doing that the % used code goes up ... strange...
Thx,