pretokenise + modules as functions will still work, but won't realistically be any better than just pretokenise.
Save on send + modules as functions will load your code into flash memory, so in that case the functions won't be tokenised at all since they're read only - so you won't see any difference.
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.
It is, but it depends how you use it...
pretokenise
+modules as functions
will still work, but won't realistically be any better than justpretokenise
.Save on send
+modules as functions
will load your code into flash memory, so in that case the functions won't be tokenised at all since they're read only - so you won't see any difference.