[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua - running bytecode from an external ram space
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 13 Jul 2011 11:34:51 -0300
To answer the question in the subject, it is possible and even easy to
*load* bytecode or source from external sources. Running them in a
separate memory space probably requires a lot of work, but I haven't tried.