[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Documenting Lua gotchas for newbies.
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 6 Dec 2010 10:05:10 -0200
> > If I understand properly, the functions are compiled to bytecode at load
> > time, but only assigned at run time.
>
> Right, that's what I think too, but I'm wondering whether there's
> actually any visible-to-an-observer-written-in-Lua indication of that...
The fact that functions are compiled to bytecode at load time are
visible only through memory consumption and performance.
-- Roberto