Re: dynamic loading
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: dynamic loading
- From: lhf@... (Luiz Henrique de Figueiredo)
- Date: Tue, 8 Dec 1998 09:24:16 -0200 (EDT)
>From: Supratik Champati <champati@sofy.com>
>
>Also I was wondering if someone has already written (and would
>graciously like to share)
>some kind of lua add-on that would enable us to dynamically load object
>files.
yes, someone here at TeCGraf has done that.
it'll probably be part of Lua 3.2 (but as a library).
>The reason I need this is that some functions are too time consuming to
>be implemented in lua
I assume you have profiled the code...
--lhf