So could the compact/rearrange occur during the first eval?
If you're saving anything to storage then yes. However any function that you define inside that first eval (from flash) will have problems if the flash layout then changes.
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.
If you're saving anything to storage then yes. However any function that you define inside that first eval (from flash) will have problems if the flash layout then changes.