lua-users home
lua-l archive

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


* Mike Pall:

> Umm, and this doesn't mean you'd be able to run bytecode patched
> with gotos. Ok, the interpreter would grok it, but the region
> analysis used by the trace recorder might get confused.

But doesn't Lua have got gotos?  Non-escaping local functions with
tailcalls are kind of equivalent.