[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Memory management
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 19 Jan 2000 17:32:05 -0200 (EDT)
>From: Siome Klein Goldenstein <siome@gradient.cis.upenn.edu>
>
>It would be interesting to have a LTN
>of how to, in a Makefile-like structure, get
>rid of the requirement of having the lua
>file hanging around with the executable.
>If I'm not mistaken tolua has that, (it puts
>lua-bytecode in a char* and then uses
>lua_dobuffer)
See lua/etc/bin2c.c
--lhf