I tried to get my hands on compile option. All tests up to now went fine, at least I did'nt get any message.
Interesting is, that compiled needs more memory compared to not compiled.
What happens, if compile fails, will I get any error message ?
Setting compile option on top of an object, will everything inside this object be compiled, or do I need to add compiled to all functions inside the object ?
Does compiled option take more memory compared to not compiled ?
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 tried to get my hands on compile option. All tests up to now went fine, at least I did'nt get any message.
Interesting is, that compiled needs more memory compared to not compiled.
What happens, if compile fails, will I get any error message ?
Setting compile option on top of an object, will everything inside this object be compiled, or do I need to add compiled to all functions inside the object ?
Does compiled option take more memory compared to not compiled ?