Amr Bekhit |
Hi Martin and Bogdan,
Thanks for your replies and sorry for the late response. @Bodgan - I guess it makes sense why there is no drop in RAM usage - regardless of whether the script is initially uncompiled or not, the runtime will eventually load the compiled bytecode into RAM and execute it there, so me precompiling the scripts won't increase performance, it will just skip out the precompiling step at the beginning (and any RAM limits that may be hit during that step).
@Martin - thanks for the info - glad to hear that 0.9 can indeed run scripts directly from flash. Could you point me to the relevant pages in the documentation (if any) that describe this feature and how to use it, please?
Thanks, Amr On 3 October 2013 11:00, <[hidden email]> wrote: Send eLua-dev mailing list submissions to _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Martin Guy |
On 08/11/2013, Amr Bekhit <[hidden email]> wrote:
> @Martin - thanks for the info - glad to hear that 0.9 can indeed run > scripts directly from flash. Could you point me to the relevant pages in > the documentation (if any) that describe this feature and how to use it, > please? I assume you just put an autorun.lc file in romfs. I saw it in the elua-0.9 features list http://www.eluaproject.net/news/elua-09-released but haven't seen any other documentation - I assume it's does the right thing automagically. M _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Hi,
On Sat, Nov 9, 2013 at 8:52 PM, Martin Guy <[hidden email]> wrote:
You're right, it does this automatically. Any .lc script in /romfs (or /wofs) automatically benefits from this optimization. Best,
Bogdan
_______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Free forum by Nabble | Edit this page |