[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] mergelua
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 19 Oct 2011 11:59:26 +0200
On Tue, Oct 18, 2011 at 10:09 AM, Mike Pall <mikelu-1110@mike.de> wrote:
> - goto: good, on my TODO list
That's cool. LuaJIT is an attractive target for translation these days
and I remember that Fabien needed goto for code generation from
MetaLua.
What would be useful is some kind of #line directive. Not absolutely
essential, if you keep an explicit line matching table and the script
execution is under your control (as in LuaMacro) but definitely a good
thing if you want to embed bytecode in your application.
> - __gc for tables: bad idea, roadblock for further GC evolution
I can not immediately see the problem with allowing Lua objects
control over their finalization; any issues that spring to mind?
steve d.
- References:
- Re: [ANN] mergelua, Roberto Ierusalimschy
- Re: [ANN] mergelua, Petite Abeille
- Re: [ANN] mergelua, Dirk Laurie
- Re: [ANN] mergelua, Petite Abeille
- Re: [ANN] mergelua, Dirk Laurie
- Re: [ANN] mergelua, Petite Abeille
- Re: [ANN] mergelua, Dirk Laurie
- Re: [ANN] mergelua, Roberto Ierusalimschy
- Re: [ANN] mergelua, Petite Abeille
- Re: [ANN] mergelua, David Manura
- Re: [ANN] mergelua, Mike Pall