You are reading a single comment by @CWBudde1 and its replies. Click here to read the full conversation.
  • 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.

About

Avatar for CWBudde1 @CWBudde1 started