[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (beta-rc1) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 14 Jun 2011 08:45:24 -0300
> > goto
>
> When a single goto exists inside a conditional block, some of the
> JMP's are superfluous:
>
> [...]
I know. But it is not easy to optimize that with the one-pass compiler
that Lua uses.
-- Roberto