I finally have completed the code for a project, which contains a lot of "compiled;" statements and even one 'E.compiledC' block. The latter was necessary to get another speed boost by about factor 2 in my case.
In total the program barely fits into the memory, but it runs fine on the microcontroller.
However, if I want to save() it, the microcontroller freezes.
Compacting Flash...
Calculating Size...
This is probably similar to the problem mentioned here, but for the Original Espruino Board.
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 finally have completed the code for a project, which contains a lot of "compiled;" statements and even one 'E.compiledC' block. The latter was necessary to get another speed boost by about factor 2 in my case.
In total the program barely fits into the memory, but it runs fine on the microcontroller.
However, if I want to save() it, the microcontroller freezes.
This is probably similar to the problem mentioned here, but for the Original Espruino Board.