But if you think it might I'd be happy to spend some time investigating it.
I think there's a good chance. Espruino generally stores and searches for vars more efficiently when they are 4 chars or under long, so even on its own that would help. I don't think the current minifier is smart enough to do constant folding, but if it was that would really help.
I'm just about to do some tweaks to the app loader anyway, so I'll add this at the same time
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I think there's a good chance. Espruino generally stores and searches for vars more efficiently when they are 4 chars or under long, so even on its own that would help. I don't think the current minifier is smart enough to do constant folding, but if it was that would really help.
I'm just about to do some tweaks to the app loader anyway, so I'll add this at the same time