lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Jun 23, 2011 at 7:11 AM, Alex Queiroz <asandroq@gmail.com> wrote:
> The "static" here is not about
> typing, but instead "analysing without running the code."

true, but when the variables don't have a static type, there's very
little that can be known without running the code.

remember that non-JIT compilers can't _guess_, they have to _prove_
they're covering all possibilities.

-- 
Javier