Yes, it'd be a good solution. It does depend on the variables that are used being right at the start of memory though - if you allocated something in those final 1620 vars then it'd fail.
... but if some kind of compression were added (even if it were only RLE!) it would really help with that though.
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.
Yes, it'd be a good solution. It does depend on the variables that are used being right at the start of memory though - if you allocated something in those final 1620 vars then it'd fail.
... but if some kind of compression were added (even if it were only RLE!) it would really help with that though.