lua-users home
lua-l archive

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


> The VM would have to be more complex to support goto, and thus slower.

Not really. The VM already uses jumps. If you mean the parser, then ok
(and there are some semantic trouble points if you add gotos).