compile info #434
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 1 comment
-
Posted at 2015-07-06 by @gfwilliams
Yes, you should do. Also, if you
You'll need to add a compiled option for each function.
It depends on the function I think, but probably it will use more memory as most thumb instructions won't be as compact as the JS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2015-06-30 by JumJum
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 ?
Beta Was this translation helpful? Give feedback.
All reactions