I had to fix the IDE so it worked when uploading to a file, but it looks like I didn't check what happens when you upload to RAM and it seems that might be broken. I'll look into it.
Memory leak
I just tried with spotrem but without fastload (but going to/from the launcher which should be ok) and I don't see any increase in memory, so it does seem fastload related.
I'm looking into it now and I'll see if I find anything obvious. E.getSizeOf(global) still reports around 1000 which makes me think there is a proper leak somewhere
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.
Ahh - I just checked. Are you uploading to RAM?
I had to fix the IDE so it worked when uploading to a file, but it looks like I didn't check what happens when you upload to RAM and it seems that might be broken. I'll look into it.
I just tried with spotrem but without fastload (but going to/from the launcher which should be ok) and I don't see any increase in memory, so it does seem fastload related.
I'm looking into it now and I'll see if I find anything obvious.
E.getSizeOf(global)
still reports around 1000 which makes me think there is a proper leak somewhere