• @Gordon: Did you maybe tested some experimental version of JsVars allocation for multiple non-continues memory banks for some board with all tiny-bits optimizations enabled?

    As I see in source & debugger, for STM32F4 series there is defult build used with a single preallocated array isn't it?

    void jsvReset() {
        [#ifdef](https://forum.espruino.com/search/?q=%23ifdef) RESIZABLE_JSVARS
        [#else](https://forum.espruino.com/search/?q=%23else)
            memset(jsVars, 0, sizeof(JsVar)*jsVarsSize);
        [#endif](https://forum.espruino.com/search/?q=%23endif)
    
About

Avatar for dponyatov @dponyatov started